mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 02:20:53 +02: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 @@ Objective@tie{}C, D, Java, Pawn, and Vala). Features:
|
|||
#: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…
Add table
Add a link
Reference in a new issue