gnu: python-apsw: Use 'replace' for 'check phase.
* gnu/packages/databases.scm (python-apsw)[arguments]: Update build phase order and replace stock 'check phase.master
parent
9930beb860
commit
53a9970e3b
|
@ -2652,8 +2652,7 @@ PickleShare.")
|
||||||
(invoke "gcc" "-fPIC" "-shared" "-o" "./testextension.sqlext"
|
(invoke "gcc" "-fPIC" "-shared" "-o" "./testextension.sqlext"
|
||||||
"-I." "-Isqlite3" "src/testextension.c")
|
"-I." "-Isqlite3" "src/testextension.c")
|
||||||
#t))
|
#t))
|
||||||
(delete 'check)
|
(replace 'check
|
||||||
(add-after 'install 'check
|
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||||
(add-installed-pythonpath inputs outputs)
|
(add-installed-pythonpath inputs outputs)
|
||||||
(invoke "python" "setup.py" "test")
|
(invoke "python" "setup.py" "test")
|
||||||
|
|
Reference in New Issue