Unverified Commit c0cdb53c authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

zfs: reduce closure size (#170460)

parents 29c7ade3 bd4128c3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@ let
      openssl,
      libtirpc,
      nfs-utils,
      samba,
      gawk,
      gnugrep,
      gnused,
@@ -112,7 +111,7 @@ let
              enablePython = old.enablePython or true && enablePython;
            })
          }/bin/exportfs"
          substituteInPlace ./lib/libshare/smb.h        --replace-fail "/usr/bin/net"            "${samba}/bin/net"
          substituteInPlace ./lib/libshare/smb.h        --replace-fail "/usr/bin/net"            "/run/current-system/sw/bin/net"
          # Disable dynamic loading of libcurl
          substituteInPlace ./config/user-libfetch.m4   --replace-fail "curl-config --built-shared" "true"
          substituteInPlace ./config/user-systemd.m4    --replace-fail "/usr/lib/modules-load.d" "$out/etc/modules-load.d"