mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-03 17:33:26 +03:00
* 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;
|
db4 = db45;
|
||||||
supportOldDBs = getPkgConfig "nix" "OldDBSupport" true;
|
supportOldDBs = getPkgConfig "nix" "OldDBSupport" true;
|
||||||
storeDir = getPkgConfig "nix" "storeDir" "/nix/store";
|
storeDir = getPkgConfig "nix" "storeDir" "/nix/store";
|
||||||
stateDir = getPkgConfig "nix" "stateDir" "/nix/state";
|
stateDir = getPkgConfig "nix" "stateDir" "/nix/var";
|
||||||
};
|
};
|
||||||
|
|
||||||
nixCustomFun = src: preConfigure: enableScripts: configureFlags:
|
nixCustomFun = src: preConfigure: enableScripts: configureFlags:
|
||||||
|
Loading…
Reference in New Issue
Block a user