guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: python-apsw: Use 'replace' for 'check phase.


From: guix-commits
Subject: 03/04: gnu: python-apsw: Use 'replace' for 'check phase.
Date: Fri, 3 Jan 2020 09:23:33 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 53a9970e3b5417f07b6d6dd741356223da40ba9f
Author: Efraim Flashner <address@hidden>
Date:   Fri Jan 3 16:15:58 2020 +0200

    gnu: python-apsw: Use 'replace' for 'check phase.
    
    * gnu/packages/databases.scm (python-apsw)[arguments]: Update build
    phase order and replace stock 'check phase.
---
 gnu/packages/databases.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 113e640..cd21db8 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2652,8 +2652,7 @@ PickleShare.")
              (invoke "gcc" "-fPIC" "-shared" "-o" "./testextension.sqlext"
                      "-I." "-Isqlite3" "src/testextension.c")
              #t))
-         (delete 'check)
-         (add-after 'install 'check
+         (replace 'check
            (lambda* (#:key inputs outputs #:allow-other-keys)
              (add-installed-pythonpath inputs outputs)
              (invoke "python" "setup.py" "test")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]