mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: guile-gcrypt: Build sequentially and reproducibly.
* gnu/packages/gnupg.scm (guile-gcrypt)[arguments]: New field.
This commit is contained in:
parent
5e163ba009
commit
181444fe3f
1 changed files with 4 additions and 0 deletions
|
@ -433,6 +433,10 @@ (define-public guile-gcrypt
|
|||
"0m29fg4pdfifnqqsa437zc5c1bhbfh62mc69ba25ak4x2cla41ll"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
;; Work around <https://bugs.gnu.org/20272> to achieve reproducible
|
||||
;; builds.
|
||||
'(#:parallel-build? #f))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("autoconf" ,autoconf)
|
||||
|
|
Loading…
Reference in a new issue