[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
197/227: gnu: ansible-core: Use GUIX_PYTHONPATH to fix build.
From: |
guix-commits |
Subject: |
197/227: gnu: ansible-core: Use GUIX_PYTHONPATH to fix build. |
Date: |
Thu, 11 Nov 2021 12:30:46 -0500 (EST) |
apteryx pushed a commit to branch core-updates-frozen
in repository guix.
commit 91bb9cb3a9e0cdc119dd383045399a90782806dc
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 7a12699..9d793b2 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2569,7 +2569,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"
- 226/227: gnu: binutils-gold: Inherit from binutils-next., (continued)
- 226/227: gnu: binutils-gold: Inherit from binutils-next., guix-commits, 2021/11/11
- 178/227: gnu: xorg-server: Fix indentation., guix-commits, 2021/11/11
- 206/227: gnu: Add python-sphinxcontrib-asyncio., guix-commits, 2021/11/11
- 204/227: gnu: icecat: Enable geckodriver., guix-commits, 2021/11/11
- 133/227: gnu: python-flit: Update to 3.3.0., guix-commits, 2021/11/11
- 214/227: gnu: python-urllib3: Update to 1.26.7., guix-commits, 2021/11/11
- 208/227: gnu: Add python-asyncmy., guix-commits, 2021/11/11
- 219/227: gnu: geocode-glib: Use libsoup 2., guix-commits, 2021/11/11
- 123/227: gnu: pango: Update to 1.48.10., guix-commits, 2021/11/11
- 143/227: gnu: elogind: Update to 246.10., guix-commits, 2021/11/11
- 197/227: gnu: ansible-core: Use GUIX_PYTHONPATH to fix build.,
guix-commits <=
- 207/227: gnu: Add python-asyncpg., guix-commits, 2021/11/11
- 213/227: gnu: python-wmctrl: Add missing python-attrs propagated inputs., guix-commits, 2021/11/11
- 222/227: gnu: glade3: Use meson-0.59., guix-commits, 2021/11/11