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
|
||||
'(#: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 _
|
||||
|
|
Reference in New Issue