gnu: gnu-pw-mgr: Build reproducibly.

* gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr)[native-inputs]: Remove
AUTOGEN so that man pages are not regenerated with a fresh date.
This commit is contained in:
Ludovic Courtès 2020-03-25 15:53:54 +01:00
parent c136da3fbd
commit 98e9ed8a3f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -49,8 +49,7 @@ (define-public gnu-pw-mgr
(("/usr/bin/printf") (which "printf")))
#t)))))
(native-inputs
`(("which" ,which)
("autogen" ,autogen)))
`(("which" ,which)))
(home-page "https://www.gnu.org/software/gnu-pw-mgr/")
(synopsis "Retrieve login credentials without recording passwords")
(description