services: guix: Fix hooks gexp issue for the Guix Build Coordinator.
authorChristopher Baines <mail@cbaines.net>
Thu, 22 Oct 2020 11:31:49 +0000 (12:31 +0100)
committerChristopher Baines <mail@cbaines.net>
Fri, 23 Oct 2020 14:40:09 +0000 (15:40 +0100)
* gnu/services/guix.scm (make-guix-build-coordinator-start-script): Fix
handling the name within the hook gexp.

gnu/services/guix.scm

index bd7ebcd..665267f 100644 (file)
                 (hooks
                  (list #$@(map (match-lambda
                                  ((name . hook-gexp)
-                                  #~(cons name #$hook-gexp)))
+                                  #~(cons '#$name #$hook-gexp)))
                                hooks)))
                 (hooks-with-defaults
                  `(,@hooks