services: guix: Fix hooks gexp issue for the Guix Build Coordinator.
* gnu/services/guix.scm (make-guix-build-coordinator-start-script): Fix handling the name within the hook gexp.
This commit is contained in:
parent
cc97895504
commit
b34ac307e3
@ -209,7 +209,7 @@
|
|||||||
(hooks
|
(hooks
|
||||||
(list #$@(map (match-lambda
|
(list #$@(map (match-lambda
|
||||||
((name . hook-gexp)
|
((name . hook-gexp)
|
||||||
#~(cons name #$hook-gexp)))
|
#~(cons '#$name #$hook-gexp)))
|
||||||
hooks)))
|
hooks)))
|
||||||
(hooks-with-defaults
|
(hooks-with-defaults
|
||||||
`(,@hooks
|
`(,@hooks
|
||||||
|
Loading…
x
Reference in New Issue
Block a user