gnu: python-apsw: Enable extension loading.
* gnu/packages/databases.scm (python-apsw): Enable extension loading. It is required by calibre. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
parent
07fc776491
commit
1cc0328a2c
|
@ -3554,7 +3554,8 @@ PickleShare.")
|
|||
(modify-phases %standard-phases
|
||||
(replace 'build
|
||||
(lambda _
|
||||
(invoke "python" "setup.py" "build" "--enable-all-extensions")
|
||||
(invoke "python" "setup.py" "build" "--enable-all-extensions"
|
||||
"--enable=load_extension")
|
||||
#t))
|
||||
(add-after 'build 'build-test-helper
|
||||
(lambda _
|
||||
|
|
Reference in New Issue