guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/13: gnu: crda: Inhibit gzip timestamp.


From: Mark H. Weaver
Subject: 09/13: gnu: crda: Inhibit gzip timestamp.
Date: Sun, 25 Mar 2018 05:03:17 -0400 (EDT)

mhw pushed a commit to branch core-updates
in repository guix.

commit 0bc7c2e43da7aac5f9fab1ffb4c095bc8397ecfa
Author: Mark H Weaver <address@hidden>
Date:   Sun Mar 25 02:17:12 2018 -0400

    gnu: crda: Inhibit gzip timestamp.
    
    * gnu/packages/linux.scm (crda)[arguments]: Add 'gzip-determinism' phase.
---
 gnu/packages/linux.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index c02084f..ad014c7 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2190,6 +2190,11 @@ interface.")
     (arguments
      '(#:phases (modify-phases %standard-phases
                   (delete 'configure)
+                  (add-after 'unpack 'gzip-determinism
+                    (lambda _
+                      (substitute* "Makefile"
+                        (("gzip") "gzip --no-name"))
+                      #t))
                   (add-before
                    'build 'no-werror-no-ldconfig
                    (lambda _



reply via email to

[Prev in Thread] Current Thread [Next in Thread]