Merge pull request #106763 from Atemu/fix/nfs-utils-cross
nfs-utils: pass native rpcsvc-proto to configureFlag
This commit is contained in:
commit
eb3016b5ad
@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
|
||||
"--with-systemd=${placeholder "out"}/etc/systemd/system"
|
||||
"--enable-libmount-mount"
|
||||
"--with-pluginpath=${placeholder "lib"}/lib/libnfsidmap" # this installs libnfsidmap
|
||||
"--with-rpcgen=${rpcsvc-proto}/bin/rpcgen"
|
||||
"--with-rpcgen=${buildPackages.rpcsvc-proto}/bin/rpcgen"
|
||||
];
|
||||
|
||||
patches = lib.optionals stdenv.hostPlatform.isMusl [
|
||||
|
Loading…
x
Reference in New Issue
Block a user