nixpkgs/pkgs-ng/stdenv/native/default.fix
Eelco Dolstra 1894a8b86c * Converting packages. This is the minimal Nix stdenv for building
the ATerm library.

svn path=/nixpkgs/trunk/; revision=459
2003-11-02 17:42:19 +00:00

14 lines
277 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
}