nfs-utils: build svcgssd

Necessary for nfs server with kerberos auth
This commit is contained in:
Kai Wohlfahrt 2019-11-27 14:36:36 +00:00
parent 59a0e58576
commit 7b8388302d

View file

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