gnu: nfs-utils: Adjust indentation.
* gnu/packages/nfs.scm (nfs-utils): Re-indent.
This commit is contained in:
parent
a472f0d075
commit
d14b8dbb74
|
@ -57,9 +57,9 @@
|
|||
,(string-append "--with-start-statd="
|
||||
(assoc-ref %outputs "out") "/sbin/start-statd")
|
||||
,(string-append "--with-krb5=" (assoc-ref %build-inputs "mit-krb5")))
|
||||
#:phases (modify-phases %standard-phases
|
||||
(add-before
|
||||
'configure 'adjust-command-file-names
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'configure 'adjust-command-file-names
|
||||
(lambda _
|
||||
;; Remove assumptions of FHS from start-statd script
|
||||
(substitute* `("utils/statd/start-statd")
|
||||
|
|
Loading…
Reference in New Issue