gnu: guile-gcrypt: Build sequentially and reproducibly.
* gnu/packages/gnupg.scm (guile-gcrypt)[arguments]: New field.master
parent
5e163ba009
commit
181444fe3f
|
@ -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)
|
||||||
|
|
Reference in New Issue