mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: cryptsetup: G-Expify static-library.
* gnu/packages/cryptsetup.scm (static-library): G-Expify it. Change-Id: I3123cab24b08acdb5a28e0052e9a9663d00fd564
This commit is contained in:
committed by
Ludovic Courtès
parent
8d81af68fa
commit
e22853d576
@@ -107,9 +107,9 @@ files). This assumes LIBRARY uses Libtool."
|
||||
(name (string-append (package-name library) "-static"))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments library)
|
||||
((#:configure-flags flags ''())
|
||||
`(append '("--disable-shared" "--enable-static")
|
||||
,flags))))))
|
||||
((#:configure-flags flags #~'())
|
||||
#~(append '("--disable-shared" "--enable-static")
|
||||
#$flags))))))
|
||||
|
||||
(define-public cryptsetup-static
|
||||
;; Stripped-down statically-linked 'cryptsetup' command for use in initrds.
|
||||
|
||||
Reference in New Issue
Block a user