Merge pull request #106763 from Atemu/fix/nfs-utils-cross

nfs-utils: pass native rpcsvc-proto to configureFlag

authored by Matthew Bauer and committed by GitHub eb3016b5 079535f0

+1 -1
+1 -1
pkgs/os-specific/linux/nfs-utils/default.nix
··· 45 45 "--with-systemd=${placeholder "out"}/etc/systemd/system" 46 46 "--enable-libmount-mount" 47 47 "--with-pluginpath=${placeholder "lib"}/lib/libnfsidmap" # this installs libnfsidmap 48 - "--with-rpcgen=${rpcsvc-proto}/bin/rpcgen" 48 + "--with-rpcgen=${buildPackages.rpcsvc-proto}/bin/rpcgen" 49 49 ]; 50 50 51 51 patches = lib.optionals stdenv.hostPlatform.isMusl [