[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#27232: [PATCH] gnu: python-apsw: Build with all extensions.
From: |
Jelle Licht |
Subject: |
bug#27232: [PATCH] gnu: python-apsw: Build with all extensions. |
Date: |
Sun, 4 Jun 2017 14:49:03 +0200 |
* gnu/packages/python.scm (python-apsw)[phases]: Replace build phase; add flag
to build all extensions.
---
gnu/packages/python.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 7617490bd..4ce56d45c 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5725,6 +5725,10 @@ implementation of D-Bus.")
(arguments
`(#:phases
(modify-phases %standard-phases
+ (replace 'build
+ (lambda _
+ (zero?
+ (system* "python" "setup.py" "build"
"--enable-all-extensions"))))
(delete 'check)
(add-after 'install 'check
(lambda* (#:key inputs outputs #:allow-other-keys)
--
2.13.0
- bug#27232: [PATCH] gnu: python-apsw: Build with all extensions.,
Jelle Licht <=