mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@
|
||||||
(("/usr/bin/printf") (which "printf")))
|
(("/usr/bin/printf") (which "printf")))
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("which" ,which)
|
`(("which" ,which)))
|
||||||
("autogen" ,autogen)))
|
|
||||||
(home-page "https://www.gnu.org/software/gnu-pw-mgr/")
|
(home-page "https://www.gnu.org/software/gnu-pw-mgr/")
|
||||||
(synopsis "Retrieve login credentials without recording passwords")
|
(synopsis "Retrieve login credentials without recording passwords")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue