mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: crda: Inhibit gzip timestamp.
* gnu/packages/linux.scm (crda)[arguments]: Add 'gzip-determinism' phase.
This commit is contained in:
parent
8a442e5db2
commit
0bc7c2e43d
1 changed files with 5 additions and 0 deletions
|
@ -2190,6 +2190,11 @@ (define-public crda
|
|||
(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 _
|
||||
|
|
Loading…
Reference in a new issue