mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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:
parent
c136da3fbd
commit
98e9ed8a3f
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue