me
/
guix
Archived
1
0
Fork 0

gnu: rpcbind-configuration: Rename pkg to nfs-utils

* gnu/services/nfs.scm (<rpcbind-configuration>): "pkg" --> "nfs-utils"
master
John Darrington 2016-10-01 09:23:47 +02:00
parent 37356e0bf8
commit 43f7af428e
No known key found for this signature in database
GPG Key ID: 8A67719C2DE827B3
1 changed files with 2 additions and 2 deletions

View File

@ -38,11 +38,11 @@
(shepherd-service-type
'rpcbind
(lambda (config)
(define pkg
(define nfs-utils
(rpcbind-configuration-rpcbind config))
(define rpcbind-command
#~(list (string-append #$pkg "/bin/rpcbind") "-f"
#~(list (string-append #$nfs-utils "/bin/rpcbind") "-f"
#$@(if (rpcbind-configuration-warm-start? config) '("-w") '())))
(shepherd-service