nfs-utils: build svcgssd

Necessary for nfs server with kerberos auth
This commit is contained in:
Kai Wohlfahrt
2019-12-12 12:23:30 +00:00
parent 59a0e58576
commit 7b8388302d
@@ -39,6 +39,7 @@ stdenv.mkDerivation rec {
configureFlags =
[ "--enable-gss"
"--enable-svcgss"
"--with-statedir=/var/lib/nfs"
"--with-krb5=${lib.getLib kerberos}"
"--with-systemd=${placeholder "out"}/etc/systemd/system"