1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-12 08:00:39 +02:00

gnu: crda: Inhibit gzip timestamp.

* gnu/packages/linux.scm (crda)[arguments]: Add 'gzip-determinism' phase.
This commit is contained in:
Mark H Weaver
2018-03-25 02:17:12 -04:00
parent 8a442e5db2
commit 0bc7c2e43d

View File

@@ -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 _