* nixSqlite: use SQLite 3.6.x. 3.7.x gives weird "malformed
disk image" errors. svn path=/nixpkgs/trunk/; revision=25023
This commit is contained in:
parent
baa9150130
commit
41cffbd0c3
@ -7164,6 +7164,7 @@ let
|
||||
nixSqlite = lowPrio (callPackage ../tools/package-management/nix/sqlite.nix {
|
||||
storeDir = getPkgConfig "nix" "storeDir" "/nix/store";
|
||||
stateDir = getPkgConfig "nix" "stateDir" "/nix/var";
|
||||
sqlite = sqlite36;
|
||||
});
|
||||
|
||||
nixCustomFun = src: preConfigure: enableScripts: configureFlags:
|
||||
|
Loading…
Reference in New Issue
Block a user