forked from mirrors/nixpkgs
* Change /nix/state back to /nix/var, this broke NixOS...
svn path=/nixpkgs/trunk/; revision=12916
This commit is contained in:
parent
530c8a4e5b
commit
cb4ca4aa36
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue