Added /usr/local/bin to the initial search path to support Massala

svn path=/nixpkgs/trunk/; revision=7011
This commit is contained in:
Martin Bravenboer 2006-11-13 10:09:56 +00:00
parent 3dcb2e095e
commit d7fcf2f810

View file

@ -14,7 +14,7 @@ let {
inherit system;
name = "stdenv-init1-mingw";
shell = "/bin/bash.exe";
path = ["/usr/bin" "/bin"];
path = ["/usr/bin" "/bin" "/usr/local/bin"];
};
/**