3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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:
Christopher Baines 2020-10-22 12:31:49 +01:00
parent cc97895504
commit b34ac307e3
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -209,7 +209,7 @@
(hooks
(list #$@(map (match-lambda
((name . hook-gexp)
#~(cons name #$hook-gexp)))
#~(cons '#$name #$hook-gexp)))
hooks)))
(hooks-with-defaults
`(,@hooks