me
/
guix
Archived
1
0
Fork 0

gnu: guile-gcrypt: Build sequentially and reproducibly.

* gnu/packages/gnupg.scm (guile-gcrypt)[arguments]: New field.
master
Ludovic Courtès 2021-01-26 23:49:57 +01:00
parent 5e163ba009
commit 181444fe3f
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 0 deletions

View File

@ -433,6 +433,10 @@ gpgpme starting with version 1.7.")
"0m29fg4pdfifnqqsa437zc5c1bhbfh62mc69ba25ak4x2cla41ll")) "0m29fg4pdfifnqqsa437zc5c1bhbfh62mc69ba25ak4x2cla41ll"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments
;; Work around <https://bugs.gnu.org/20272> to achieve reproducible
;; builds.
'(#:parallel-build? #f))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("autoconf" ,autoconf) ("autoconf" ,autoconf)