[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: guile-gcrypt: Build sequentially and reproducibly.
From: |
guix-commits |
Subject: |
03/03: gnu: guile-gcrypt: Build sequentially and reproducibly. |
Date: |
Tue, 26 Jan 2021 17:51:20 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 181444fe3f7dd1f6c7f7d50f699774db2b2323ca
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Jan 26 23:49:57 2021 +0100
gnu: guile-gcrypt: Build sequentially and reproducibly.
* gnu/packages/gnupg.scm (guile-gcrypt)[arguments]: New field.
---
gnu/packages/gnupg.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 4793618..4db7b4c 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -433,6 +433,10 @@ gpgpme starting with version 1.7.")
"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)