mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user