mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
darwin.ICU: delete old /usr files
This is a huge directory & not referenced anywhere.
This commit is contained in:
parent
0394890183
commit
c0ebcab789
@ -20,5 +20,6 @@ appleDerivation {
|
||||
|
||||
postInstall = ''
|
||||
mv $out/usr/local/include $out/include
|
||||
rm -rf $out/usr
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user