1894a8b86c
the ATerm library. svn path=/nixpkgs/trunk/; revision=459
14 lines
277 B
Plaintext
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
|
|
}
|