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"
|
||||
"-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")
|
||||
|
|
Reference in New Issue