Archived
1
0
Fork 0

gnu: assword: Do not alter PYTHONPATH.

* gnu/packages/password-utils.scm (assword): Do not alter PYTHONPATH.
This commit is contained in:
Maxim Cournoyer 2021-01-27 18:05:56 -05:00
parent cfdfd5fe4c
commit 792935c8da
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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"