unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#27232: [PATCH] gnu: python-apsw: Build with all extensions.
@ 2017-06-04 12:49 Jelle Licht
  2017-06-04 16:19 ` Danny Milosavljevic
  2017-07-07 14:54 ` [bug#27232] " Ludovic Courtès
  0 siblings, 2 replies; 9+ messages in thread
From: Jelle Licht @ 2017-06-04 12:49 UTC (permalink / raw)
  To: 27232

* 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

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-09-10 23:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-04 12:49 bug#27232: [PATCH] gnu: python-apsw: Build with all extensions Jelle Licht
2017-06-04 16:19 ` Danny Milosavljevic
2017-07-20  9:29   ` [bug#27232] " Ludovic Courtès
2017-07-27 13:38     ` Jelle Licht
2017-09-08 15:51     ` Ludovic Courtès
2017-09-10 23:16       ` bug#27232: " Jelle Licht
2017-07-07 14:54 ` [bug#27232] " Ludovic Courtès
2017-07-08  0:10   ` Jelle Licht
2017-07-08 16:16     ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).