aboutsummaryrefslogtreecommitdiff
path: root/doc/images/service-graph.dot
diff options
context:
space:
mode:
authorFelix Gruber <felgru@posteo.net>2024-03-10 21:22:44 +0000
committerLars-Dominik Braun <lars@6xq.net>2024-04-26 08:12:06 +0200
commit4caf26a4f5708f490c62f46ab68527f6fcc54295 (patch)
tree3c801c7d33af40f5b651665af992ea47b39c88c5 /doc/images/service-graph.dot
parent259372b7a95e3fea75a9ce1127a904e3f1ea3591 (diff)
downloadguix-4caf26a4f5708f490c62f46ab68527f6fcc54295.tar.gz
guix-4caf26a4f5708f490c62f46ab68527f6fcc54295.zip
gnu: python-3.12: Enable loadable sqlite extensions.
This change makes it possible to load sqlite extensions with import sqlite3 con = sqlite3.connect(":memory:") con.enable_load_extension(True) con.load_extension(path_to_extension) * gnu/packages/python.scm (python-3.12)[arguments]: Add --enable-loadable-sqlite-extensions to configure-flags. Change-Id: I4fb0a5482c96a12a71c88bc48fffc4c3abe78544 Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
Diffstat (limited to 'doc/images/service-graph.dot')
0 files changed, 0 insertions, 0 deletions
td>Ludovic Courtès 2016-10-27tests: Add #:memory-size parameter for the command to run the installed OS....Ludovic Courtès 2016-10-27tests: Test installation with store on a separate partition....Ludovic Courtès 2016-07-18tests: install: Generalize 'run-install'....Ludovic Courtès 2016-07-12gnu: Switch to 'with-imported-modules'....Ludovic Courtès 2016-07-02tests: install: Adjust to new 'marionette-service-type' interface....Ludovic Courtès 2016-06-23tests: Installation test no longer requires KVM....Ludovic Courtès 2016-06-20tests: Add a mechanism to describe and discover system tests....Ludovic Courtès 2016-06-20tests: Add system installation test....Ludovic Courtès