mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +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.
|
# Fix pkgconfig.
|
||||||
ln -s ../share/pkgconfig $out/lib/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 = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user