nixpkgs/pkgs-ng/stdenv/native/default.fix
Eelco Dolstra 77d20ed799 * Updated to reflect the changes to the grammar.
svn path=/nixpkgs/trunk/; revision=464
2003-11-03 10:22:00 +00:00

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;
}