gnu: wireless-regdb: Inhibit gzip timestamp.
* gnu/packages/linux.scm (wireless-regdb)[arguments]: Add 'gzip-determinism' phase.
This commit is contained in:
parent
5cdad3ee86
commit
5e6c882e2d
|
@ -2263,6 +2263,11 @@ compliance.")
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (modify-phases %standard-phases
|
'(#:phases (modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'gzip-determinism
|
||||||
|
(lambda _
|
||||||
|
(substitute* "Makefile"
|
||||||
|
(("gzip") "gzip --no-name"))
|
||||||
|
#t))
|
||||||
(delete 'configure))
|
(delete 'configure))
|
||||||
|
|
||||||
;; The 'all' target of the makefile depends on $(REGDB_CHANGED), which
|
;; The 'all' target of the makefile depends on $(REGDB_CHANGED), which
|
||||||
|
|
Loading…
Reference in New Issue