mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
Remove unused binary files
This commit is contained in:
parent
6e0e27854f
commit
38f315623e
@ -33,6 +33,8 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
buildPhase = ''
|
||||
rm -Rf CPAN
|
||||
rm -Rf Bin
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user