[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/295: gnu: python-setproctitle: Fix build.
From: |
guix-commits |
Subject: |
24/295: gnu: python-setproctitle: Fix build. |
Date: |
Mon, 27 Jul 2020 06:25:07 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 3f68322e5a0073ffe1209dee430f30168cda2b96
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jun 27 00:11:35 2020 +0200
gnu: python-setproctitle: Fix build.
* gnu/packages/python-xyz.scm (python-setproctitle)[arguments]:
Add ‘--embed’ to $PYCONFIG.
---
gnu/packages/python-xyz.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 463bfbf..a526fc2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13149,8 +13149,9 @@ English stemmer.")
(replace 'check
(lambda _
(setenv "PYTHON" (or (which "python3") (which "python")))
- (setenv "PYCONFIG" (or (which "python3-config")
- (which "python-config")))
+ (setenv "PYCONFIG" (string-append (or (which "python3-config")
+ (which "python-config"))
+ " --embed"))
(setenv "CC" "gcc")
;; No need to extend PYTHONPATH to find the built package, since
;; the Makefile will build anyway
- 02/295: hurd-boot: Mount /proc, add /etc/mtab., (continued)
- 02/295: hurd-boot: Mount /proc, add /etc/mtab., guix-commits, 2020/07/27
- 04/295: gnu: slynk: Update to 20200626., guix-commits, 2020/07/27
- 05/295: gnu: Add dhewm3., guix-commits, 2020/07/27
- 06/295: gnu: opusfile: Update to 0.12., guix-commits, 2020/07/27
- 20/295: gnu: libcyaml: Remove unused input., guix-commits, 2020/07/27
- 11/295: gnu: libconfuse: Do not build static libraries., guix-commits, 2020/07/27
- 18/295: gnu: libzip: Update to 1.7.1., guix-commits, 2020/07/27
- 10/295: gnu: libconfuse: Update to 3.3., guix-commits, 2020/07/27
- 26/295: gnu: Add autofs., guix-commits, 2020/07/27
- 34/295: gnu: dropbear: Update to 2020.80 [fix for CVE-2018-20685]., guix-commits, 2020/07/27
- 24/295: gnu: python-setproctitle: Fix build.,
guix-commits <=
- 08/295: gnu: feh: Update to 3.4.1., guix-commits, 2020/07/27
- 16/295: gnu: exempi: Update to 2.5.2., guix-commits, 2020/07/27
- 30/295: daemon: Recognize SHA3 and BLAKE2s., guix-commits, 2020/07/27
- 27/295: bash completion: Complete 'guix environment' properly., guix-commits, 2020/07/27
- 35/295: gnu: r-dexseq: Update to 1.34.1., guix-commits, 2020/07/27
- 40/295: gnu: r-ggpubr: Update to 0.4.0., guix-commits, 2020/07/27
- 36/295: gnu: r-biocviews: Update to 1.56.1., guix-commits, 2020/07/27
- 38/295: gnu: r-jsonlite: Update to 1.7.0., guix-commits, 2020/07/27
- 37/295: gnu: r-scater: Update to 1.16.2., guix-commits, 2020/07/27
- 42/295: gnu: r-sjlabelled: Update to 1.1.6., guix-commits, 2020/07/27