[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: dehydrated: ‘Build’ reproducibly.
From: |
guix-commits |
Subject: |
06/07: gnu: dehydrated: ‘Build’ reproducibly. |
Date: |
Sat, 29 Oct 2022 14:14:36 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 04ec2a15b9c12f82a445f615ca05cbe7bb42bcf5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 23 02:00:00 2022 +0200
gnu: dehydrated: ‘Build’ reproducibly.
* gnu/packages/tls.scm (dehydrated)[arguments]: Invoke gzip with ‘-n’.
---
gnu/packages/tls.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 3bf547777b..f7af5c9758 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -1146,7 +1146,7 @@ coding footprint.")
(mkdir-p man)
(rename-file (string-append doc "/man")
(string-append man "/man1"))
- (for-each (cut invoke gzip "-9" <>)
+ (for-each (cut invoke gzip "-9n" <>)
(find-files man ".*"))
(install-file "dehydrated" bin)
- branch master updated (1ea1fa96fe -> 34e6c5d428), guix-commits, 2022/10/29
- 07/07: gnu: rapidjson: Fix powerpc64le-linux build., guix-commits, 2022/10/29
- 03/07: gnu: pinentry-tty: Update to 1.2.1., guix-commits, 2022/10/29
- 01/07: gnu: memtest86+: Build reproducibly., guix-commits, 2022/10/29
- 02/07: gnu: goffice: Update to 0.10.53., guix-commits, 2022/10/29
- 05/07: gnu: dehydrated: Use G-expressions., guix-commits, 2022/10/29
- 04/07: gnu: dehydrated: Update to 0.7.0-0.6fb8eba., guix-commits, 2022/10/29
- 06/07: gnu: dehydrated: ‘Build’ reproducibly.,
guix-commits <=