gnu: crda: Inhibit gzip timestamp.
* gnu/packages/linux.scm (crda)[arguments]: Add 'gzip-determinism' phase.master
parent
8a442e5db2
commit
0bc7c2e43d
|
@ -2190,6 +2190,11 @@ interface.")
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (modify-phases %standard-phases
|
'(#:phases (modify-phases %standard-phases
|
||||||
(delete 'configure)
|
(delete 'configure)
|
||||||
|
(add-after 'unpack 'gzip-determinism
|
||||||
|
(lambda _
|
||||||
|
(substitute* "Makefile"
|
||||||
|
(("gzip") "gzip --no-name"))
|
||||||
|
#t))
|
||||||
(add-before
|
(add-before
|
||||||
'build 'no-werror-no-ldconfig
|
'build 'no-werror-no-ldconfig
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Reference in New Issue