[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
196/217: gnu: ansible-core: Use GUIX_PYTHONPATH to fix build.
From: |
guix-commits |
Subject: |
196/217: gnu: ansible-core: Use GUIX_PYTHONPATH to fix build. |
Date: |
Sun, 14 Nov 2021 19:21:25 -0500 (EST) |
vagrantc pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 2959dbb8b3392751a942277b66597965b0bcf5ae
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Oct 31 22:59:12 2021 -0400
gnu: ansible-core: Use GUIX_PYTHONPATH to fix build.
* gnu/packages/admin.scm (ansible-core)[phases]{preserve-pythonpath}:
Replace
PYTHONPATH by GUIX_PYTHONPATH.
---
gnu/packages/admin.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index d03b00b..5ae3c9e 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2570,7 +2570,7 @@ sys.argv[0] = re.sub(r'\\.([^/]*)-real$', r'\\1',
sys.argv[0])
(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"
- 169/217: gnu: Add meson-0.59., (continued)
- 169/217: gnu: Add meson-0.59., guix-commits, 2021/11/14
- 171/217: gnu: gtkmm: Update to 4.4.0., guix-commits, 2021/11/14
- 189/217: gnu: Remove references to a removed patch., guix-commits, 2021/11/14
- 191/217: gnu: python-docker: Update to 5.0.3 and remove obsolete package variants., guix-commits, 2021/11/14
- 203/217: build: meson: Replace the 'test-target' argument by 'test-options'., guix-commits, 2021/11/14
- 197/217: gnu: ansible-core: Update to 2.11.6., guix-commits, 2021/11/14
- 214/217: gnu: python-wmctrl: Add missing python-attrs propagated inputs., guix-commits, 2021/11/14
- 192/217: gnu: Add python-dotenv., guix-commits, 2021/11/14
- 194/217: gnu: docker-compose: Update to 1.29.2., guix-commits, 2021/11/14
- 201/217: gnu: icecat: Use latest rust., guix-commits, 2021/11/14
- 196/217: gnu: ansible-core: Use GUIX_PYTHONPATH to fix build.,
guix-commits <=
- 202/217: gnu: guile-ssh: Update to 0.13.1-2e25d85., guix-commits, 2021/11/14