mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
wcc: fix build w/glibc-2.30
This commit is contained in:
parent
e96a57b4d3
commit
f5da399062
@ -17,6 +17,8 @@ stdenv.mkDerivation {
|
||||
postPatch = ''
|
||||
sed -i src/wsh/include/libwitch/wsh.h src/wsh/scripts/INDEX \
|
||||
-e "s#/usr/share/wcc#$out/share/wcc#"
|
||||
|
||||
sed -i -e '/stropts.h>/d' src/wsh/include/libwitch/wsh.h
|
||||
'';
|
||||
|
||||
installFlags = [ "DESTDIR=$(out)" ];
|
||||
|
Loading…
Reference in New Issue
Block a user