gnu: gnu-pw-mgr: Build reproducibly.
authorLudovic Courtès <ludo@gnu.org>
Wed, 25 Mar 2020 14:53:54 +0000 (15:53 +0100)
committerLudovic Courtès <ludo@gnu.org>
Wed, 25 Mar 2020 15:02:53 +0000 (16:02 +0100)
* gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr)[native-inputs]: Remove
AUTOGEN so that man pages are not regenerated with a fresh date.

gnu/packages/gnu-pw-mgr.scm

index a56bc09..6eb8224 100644 (file)
@@ -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