3
0
Fork 0
forked from mirrors/nixpkgs

* Remove <wchar.h> since it's bogus.

svn path=/nixpkgs/trunk/; revision=6781
This commit is contained in:
Eelco Dolstra 2006-10-19 22:30:20 +00:00
parent c6ecc900cf
commit 8ae026392b

View file

@ -15,6 +15,10 @@ postInstall() {
# Copy <sys/user.h> from Glibc; binutils wants it.
cp $glibc/include/sys/user.h $out/include/sys/
# This header is bogus: it contains declarations that aren't
# defined anywhere.
rm $out/include/wchar.h
}
genericBuild