3467585b1b
* Add the $gcc/lib to the library path in the Nixified stdenv. (This include libgcc.so and libstdc++.so.) svn path=/nixpkgs/trunk/; revision=340
9 lines
270 B
Text
9 lines
270 B
Text
Package(
|
|
[ ("name", "stdenv-linux")
|
|
, ("build", Relative("stdenv-linux/stdenv-nativetools-build.sh"))
|
|
|
|
, ("setup", Relative("stdenv-linux/setup-nativetools.sh"))
|
|
, ("baseenv", IncludeFix("baseenv/baseenv.fix"))
|
|
, ("glibc", IncludeFix("glibc/glibc.fix"))
|
|
]
|
|
)
|