guix-commits
[Top][All Lists]
Advanced

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

115/131: gnu: assword: Do not alter PYTHONPATH.


From: guix-commits
Subject: 115/131: gnu: assword: Do not alter PYTHONPATH.
Date: Mon, 1 Feb 2021 11:57:04 -0500 (EST)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 792935c8da70ff7b4d033726d78f106de8f08d4c
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Jan 27 18:05:56 2021 -0500

    gnu: assword: Do not alter PYTHONPATH.
    
    * gnu/packages/password-utils.scm (assword): Do not alter PYTHONPATH.
---
 gnu/packages/password-utils.scm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index bd411f5..1204066 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -442,10 +442,6 @@ random passwords that pass the checks.")
                #t)))
          (add-after 'install 'manpage
            (lambda* (#:key outputs #:allow-other-keys)
-             ;; Without this substitution, it fails with
-             ;; ImportError: No module named 'gpg'
-             (substitute* "Makefile"
-               (("PYTHONPATH=.") ""))
              (invoke "make" "assword.1")
              (install-file
               "assword.1"



reply via email to

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