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

nfs-utils: pass native rpcsvc-proto to configureFlag
This commit is contained in:
Matthew Bauer 2020-12-14 16:56:23 -06:00 committed by GitHub
commit eb3016b5ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 [