guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: gnu-pw-mgr: Build reproducibly.


From: guix-commits
Subject: 04/04: gnu: gnu-pw-mgr: Build reproducibly.
Date: Wed, 25 Mar 2020 11:03:21 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 98e9ed8a3fa2841dc24030828baf1fa899a329ef
Author: Ludovic Courtès <address@hidden>
AuthorDate: Wed Mar 25 15:53:54 2020 +0100

    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 a56bc09..6eb8224 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]