fossil: use system sqlite

gstqt5
Daniël de Kok 2020-08-26 08:43:19 +02:00
parent 9d941bcd7b
commit 1efda79b1b
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ stdenv.mkDerivation rec {
doCheck = stdenv.hostPlatform == stdenv.buildPlatform;
configureFlags = stdenv.lib.optional withJson "--json";
configureFlags = [ "--disable-internal-sqlite" ]
++ stdenv.lib.optional withJson "--json";
preCheck = ''
export TCLLIBPATH="${tcllib}/lib/tcllib${tcllib.version}"