gnu: nfs-utils: Build rpc.svcgssd.
* gnu/packages/nfs.scm (nfs-utils)[arguments]: Enable building of rpc.svcgssd.
This commit is contained in:
parent
230e5db71e
commit
53904f7422
@ -62,7 +62,8 @@
|
||||
,(string-append "--with-krb5=" (assoc-ref %build-inputs "mit-krb5"))
|
||||
,(string-append "--with-pluginpath="
|
||||
(assoc-ref %outputs "out")
|
||||
"/lib/libnfsidmap"))
|
||||
"/lib/libnfsidmap")
|
||||
"--enable-svcgss")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'configure 'adjust-command-file-names
|
||||
|
Loading…
Reference in New Issue
Block a user