gnu: wireless-regdb: Inhibit gzip timestamp.

* gnu/packages/linux.scm (wireless-regdb)[arguments]: Add 'gzip-determinism'
phase.
master
Mark H Weaver 2018-03-24 23:56:51 -04:00
parent 5cdad3ee86
commit 5e6c882e2d
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 5 additions and 0 deletions

View File

@ -2263,6 +2263,11 @@ compliance.")
(build-system gnu-build-system)
(arguments
'(#:phases (modify-phases %standard-phases
(add-after 'unpack 'gzip-determinism
(lambda _
(substitute* "Makefile"
(("gzip") "gzip --no-name"))
#t))
(delete 'configure))
;; The 'all' target of the makefile depends on $(REGDB_CHANGED), which