mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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)))
|
#t)))
|
||||||
(add-after 'install 'manpage
|
(add-after 'install 'manpage
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
;; Without this substitution, it fails with
|
|
||||||
;; ImportError: No module named 'gpg'
|
|
||||||
(substitute* "Makefile"
|
|
||||||
(("PYTHONPATH=.") ""))
|
|
||||||
(invoke "make" "assword.1")
|
(invoke "make" "assword.1")
|
||||||
(install-file
|
(install-file
|
||||||
"assword.1"
|
"assword.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue