services: docker: Fix service definition.
authorEfraim Flashner <efraim@flashner.co.il>
Mon, 14 Sep 2020 20:21:20 +0000 (23:21 +0300)
committerEfraim Flashner <efraim@flashner.co.il>
Mon, 14 Sep 2020 20:22:34 +0000 (23:22 +0300)
This is a follow-up to 8422a67dc16af4dd5eb82180463aa7a0b362d5b9.

* gnu/services/docker.scm (docker-service-type): Use a composed list for
packages in profile-service-type.

gnu/services/docker.scm

index 2fb2ae2..1cce767 100644 (file)
@@ -136,7 +136,7 @@ bundles in Docker containers.")
                  (list
                   ;; Make sure the 'docker' command is available.
                   (service-extension profile-service-type
-                                     (list docker-cli))
+                                     (compose list docker-cli))
                   (service-extension activation-service-type
                                      %docker-activation)
                   (service-extension shepherd-root-service-type