From 98e9ed8a3fa2841dc24030828baf1fa899a329ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 25 Mar 2020 15:53:54 +0100 Subject: 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. --- gnu/packages/gnu-pw-mgr.scm | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3