3
0
Fork 0
forked from mirrors/nixpkgs

* 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:
Eelco Dolstra 2010-12-07 12:03:07 +00:00
parent baa9150130
commit 41cffbd0c3

View file

@ -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: