mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: ansible-core: Use GUIX_PYTHONPATH to fix build.
* gnu/packages/admin.scm (ansible-core)[phases]{preserve-pythonpath}: Replace PYTHONPATH by GUIX_PYTHONPATH.
This commit is contained in:
parent
bd771edd6c
commit
91bb9cb3a9
1 changed files with 1 additions and 1 deletions
|
@ -2569,7 +2569,7 @@ (define bin (string-append (assoc-ref outputs "out") "/bin"))
|
|||
(lambda _
|
||||
(substitute* "test/lib/ansible_test/_internal/ansible_util.py"
|
||||
(("PYTHONPATH=get_ansible_python_path\\(args\\)" all)
|
||||
(string-append all "+ ':' + os.environ['PYTHONPATH']")))))
|
||||
(string-append all "+ ':' + os.environ['GUIX_PYTHONPATH']")))))
|
||||
(add-after 'unpack 'patch-paths
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
(substitute* "lib/ansible/module_utils/compat/selinux.py"
|
||||
|
|
Loading…
Reference in a new issue