forked from mirrors/nixpkgs
* Remove <wchar.h> since it's bogus.
svn path=/nixpkgs/trunk/; revision=6781
This commit is contained in:
parent
c6ecc900cf
commit
8ae026392b
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue