summaryrefslogtreecommitdiff
path: root/gnu/packages/databases.scm
diff options
context:
space:
mode:
authorDanny Milosavljevic <[email protected]>2021-02-11 19:12:36 +0100
committerDanny Milosavljevic <[email protected]>2021-02-11 19:12:36 +0100
commitabd318ff4b741eac11227778bf2e569ee7b186ff (patch)
tree6abc09a3e01914d891124e9d0dda0f4e0979c485 /gnu/packages/databases.scm
parent71cb6dfe10540718eb337e7e2248fc809394894b (diff)
parentc5dc87fee840ad620b01637dc4f9ffa5efc9270c (diff)
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/databases.scm')
-rw-r--r--gnu/packages/databases.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 95993841f0..ff3890eff8 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -37,7 +37,7 @@
;;; Copyright © 2019 Alex Griffin <[email protected]>
;;; Copyright © 2019 Gábor Boskovits <[email protected]>
;;; Copyright © 2019 Pierre Langlois <[email protected]>
-;;; Copyright © 2019 Guillaume Le Vaillant <[email protected]>
+;;; Copyright © 2019, 2021 Guillaume Le Vaillant <[email protected]>
;;; Copyright © 2020 Pierre Neidhardt <[email protected]>
;;; Copyright © 2020 Nicolò Balzarotti <[email protected]>
;;; Copyright © 2020 Tanguy Le Carrour <[email protected]>
@@ -4012,6 +4012,7 @@ simultaneous database connections by using this framework.")
"--with-sqlite3"
(string-append "--with-sqlite-incdir=" sqlite "/include")
(string-append "--with-sqlite-libdir=" sqlite "/lib")))
+ #:tests? #f ; FIXME: Find why the tests get stuck forever.
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'fix-tests