77d20ed799
svn path=/nixpkgs/trunk/; revision=464
14 lines
266 B
Plaintext
14 lines
266 B
Plaintext
{system}: (import ../generic) {
|
|
name = "stdenv-native";
|
|
system = system;
|
|
prehook = ./prehook.sh;
|
|
posthook = ./posthook.sh;
|
|
initialPath = "/usr/local /usr /";
|
|
param1 = "";
|
|
param2 = "";
|
|
param3 = "";
|
|
param4 = "";
|
|
param5 = "";
|
|
noSysDirs = false;
|
|
}
|