zfs: reduce closure size

Izorkin bd4128c3 c154082e

+1 -2
+1 -2
pkgs/os-specific/linux/zfs/generic.nix
··· 20 20 openssl, 21 21 libtirpc, 22 22 nfs-utils, 23 - samba, 24 23 gawk, 25 24 gnugrep, 26 25 gnused, ··· 112 111 enablePython = old.enablePython or true && enablePython; 113 112 }) 114 113 }/bin/exportfs" 115 - substituteInPlace ./lib/libshare/smb.h --replace-fail "/usr/bin/net" "${samba}/bin/net" 114 + substituteInPlace ./lib/libshare/smb.h --replace-fail "/usr/bin/net" "/run/current-system/sw/bin/net" 116 115 # Disable dynamic loading of libcurl 117 116 substituteInPlace ./config/user-libfetch.m4 --replace-fail "curl-config --built-shared" "true" 118 117 substituteInPlace ./config/user-systemd.m4 --replace-fail "/usr/lib/modules-load.d" "$out/etc/modules-load.d"