me
/
guix
Archived
1
0
Fork 0

gnu: inxi-minimal: Build reproducibly.

Avoid embedding timestamp in inxi.1.gz manpage.

* gnu/packages/admin.scm (inxi-minimal)[arguments]: Pass "-n" to gzip
  invocation.
Vagrant Cascadian 2022-06-02 11:57:17 -07:00
parent 615239d5ca
commit aaed8bab46
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 1 additions and 1 deletions

View File

@ -4152,7 +4152,7 @@ Python loading in HPC environments.")
(string-append dir "/lib/perl5/site_perl")) (string-append dir "/lib/perl5/site_perl"))
(_ "")) (_ ""))
%build-inputs))))) %build-inputs)))))
(invoke "gzip" "inxi.1") (invoke "gzip" "-n" "inxi.1")
(install-file "inxi.1.gz" (install-file "inxi.1.gz"
(string-append %output "/share/man/man1")))))) (string-append %output "/share/man/man1"))))))
(home-page "https://smxi.org/docs/inxi.htm") (home-page "https://smxi.org/docs/inxi.htm")