* Change /nix/state back to /nix/var, this broke NixOS...

svn path=/nixpkgs/trunk/; revision=12916
This commit is contained in:
Eelco Dolstra 2008-09-24 17:38:40 +00:00
parent 530c8a4e5b
commit cb4ca4aa36

View file

@ -7458,7 +7458,7 @@ let
db4 = db45;
supportOldDBs = getPkgConfig "nix" "OldDBSupport" true;
storeDir = getPkgConfig "nix" "storeDir" "/nix/store";
stateDir = getPkgConfig "nix" "stateDir" "/nix/state";
stateDir = getPkgConfig "nix" "stateDir" "/nix/var";
};
nixCustomFun = src: preConfigure: enableScripts: configureFlags: