gcc-wrapper moved to baseenv

svn path=/nixpkgs/trunk/; revision=328
This commit is contained in:
Eelco Visser 2003-08-19 20:52:46 +00:00
parent 11b6d0629a
commit 90778a120c

View file

@ -2,6 +2,6 @@ Package(
[ ("name", "stdenv-native")
, ("build", Relative("stdenv-native/stdenv-build.sh"))
, ("gccwrapper", Relative("stdenv-linux/gcc-wrapper.sh"))
, ("gccwrapper", Relative("baseenv/gcc-wrapper.sh"))
]
)