gnu: assword: Do not alter PYTHONPATH.
* gnu/packages/password-utils.scm (assword): Do not alter PYTHONPATH.
This commit is contained in:
parent
cfdfd5fe4c
commit
792935c8da
1 changed files with 0 additions and 4 deletions
|
@ -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"
|
||||
|
|
Reference in a new issue