diff options
Diffstat (limited to 'gnu/packages/databases.scm')
-rw-r--r-- | gnu/packages/databases.scm | 3 |
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 |