zfs: remove zfs-tests

Removes runtime dependency on gcc and reduces closure size by more than 110MB.
This commit is contained in:
Franz Pletz 2016-11-20 04:44:37 +01:00
parent 94731510c4
commit 1fec301ac5
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -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 = {