Added /usr/local/bin to the initial search path to support Massala
svn path=/nixpkgs/trunk/; revision=7011
This commit is contained in:
parent
3dcb2e095e
commit
d7fcf2f810
|
@ -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"];
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue