mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
zfs: remove zfs-tests
Removes runtime dependency on gcc and reduces closure size by more than 110MB.
This commit is contained in:
parent
94731510c4
commit
1fec301ac5
@ -97,6 +97,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
# Fix pkgconfig.
|
||||
ln -s ../share/pkgconfig $out/lib/pkgconfig
|
||||
|
||||
# Remove tests because they add a runtime dependency on gcc
|
||||
rm -rf $out/share/zfs/zfs-tests
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user