diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-03-25 15:53:54 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-03-25 16:02:53 +0100 |
commit | 98e9ed8a3fa2841dc24030828baf1fa899a329ef (patch) | |
tree | e2355382a56b6a49239c8041180aa4914675fd46 /gnu/packages/gnu-pw-mgr.scm | |
parent | c136da3fbd92a5db1f889d37f0a7c938ccd63648 (diff) |
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.
Diffstat (limited to 'gnu/packages/gnu-pw-mgr.scm')
-rw-r--r-- | gnu/packages/gnu-pw-mgr.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/gnu-pw-mgr.scm b/gnu/packages/gnu-pw-mgr.scm index a56bc09e61..6eb8224cef 100644 --- a/gnu/packages/gnu-pw-mgr.scm +++ b/gnu/packages/gnu-pw-mgr.scm @@ -49,8 +49,7 @@ (("/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 |