darwin.ICU: delete old /usr files

This is a huge directory & not referenced anywhere.
This commit is contained in:
Matthew Bauer 2018-05-03 13:35:01 -05:00
parent 0394890183
commit c0ebcab789

View File

@ -20,5 +20,6 @@ appleDerivation {
postInstall = ''
mv $out/usr/local/include $out/include
rm -rf $out/usr
'';
}