mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: astyle: Don't build static or debug libraries.
* gnu/packages/code.scm (astyle)[arguments]: Build only the "release" and "shared" targets we actually care about.
This commit is contained in:
parent
cf6bbf185d
commit
ee6b92a99b
1 changed files with 1 additions and 1 deletions
|
@ -850,7 +850,7 @@ (define-public astyle
|
|||
#:make-flags
|
||||
#~(list (string-append "prefix=" #$output)
|
||||
"INSTALL=install"
|
||||
"all")
|
||||
"release" "shared")
|
||||
#:modules '((guix build gnu-build-system) ;FIXME use %default-modules
|
||||
(guix build utils)
|
||||
(ice-9 regex))
|
||||
|
|
Loading…
Reference in a new issue