lol

zfs: remove zfs-tests

Removes runtime dependency on gcc and reduces closure size by more than 110MB.

+3
+3
pkgs/os-specific/linux/zfs/default.nix
··· 97 97 98 98 # Fix pkgconfig. 99 99 ln -s ../share/pkgconfig $out/lib/pkgconfig 100 + 101 + # Remove tests because they add a runtime dependency on gcc 102 + rm -rf $out/share/zfs/zfs-tests 100 103 ''; 101 104 102 105 meta = {