diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-01-24 10:02:25 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-02-01 11:53:57 -0500 |
commit | 0f878656fc490e8b0d141296aa5ed5204cf662bc (patch) | |
tree | 0219eaa658ff8d0a232a458d4a7023dc2c6755b3 | |
parent | 2c890df26a4afa39b17e8ec7b0427ae8e466f0f8 (diff) | |
download | guix-0f878656fc490e8b0d141296aa5ed5204cf662bc.tar.gz |
gnu: python-pyelftools: Do not set PYTHONPATH.
* gnu/packages/protobuf.scm (python-pyelftools) [phases]{set-pythonpath}: Delete phase.
-rw-r--r-- | gnu/packages/python-xyz.scm | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5272a8daf7..5e9ced09aa 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14238,16 +14238,6 @@ useful as a validator for JSON data.") (base32 "090vdksbz341f7ljvr0zswblw4lspa8qaiikzyjkf318arpxmil9")))) (build-system python-build-system) - (arguments - `(#:phases - (modify-phases %standard-phases - (add-before 'check 'set-pythonpath - (lambda _ - (setenv "PYTHONPATH" - (string-append - (getcwd) "/test/" - ":" (getenv "PYTHONPATH"))) - #t))))) (home-page "https://github.com/eliben/pyelftools") (synopsis |