[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/08: gnu: python-apsw: Enable extension loading.
From: |
guix-commits |
Subject: |
03/08: gnu: python-apsw: Enable extension loading. |
Date: |
Fri, 18 Feb 2022 19:09:32 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit 1cc0328a2cb3f3d87a8fb7ec71c11e5e677ac1ab
Author: Brendan Tildesley <mail@brendan.scot>
AuthorDate: Mon Feb 7 13:05:39 2022 +1100
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>
---
gnu/packages/databases.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index f6c1046a51..c71f208f2b 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -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 _
- branch master updated (f610dc0b3e -> b731d34ed7), guix-commits, 2022/02/18
- 01/08: gnu: python-regex: Update to 2022.1.18., guix-commits, 2022/02/18
- 03/08: gnu: python-apsw: Enable extension loading.,
guix-commits <=
- 04/08: gnu: python-css-parser: Update to 1.0.7., guix-commits, 2022/02/18
- 05/08: gnu: calibre: Update to 5.36.0., guix-commits, 2022/02/18
- 02/08: gnu: python-html5-parser: Update to 0.4.10., guix-commits, 2022/02/18
- 07/08: gnu: calibre: Improve package style., guix-commits, 2022/02/18
- 06/08: gnu: calibre: Remove input labels., guix-commits, 2022/02/18
- 08/08: gnu: Remove python-dukpy, python2-dukpy., guix-commits, 2022/02/18