From a4bbf41b255bc55fac32669e8359bfe0b037b2d5 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 2 Jul 2016 12:33:52 +0200 Subject: tests: install: Adjust to new 'marionette-service-type' interface. This is a followup to 037f9e07cd03d6894a6b5fc9a252c34d3b163962. Reported by Mark H Weaver. * gnu/tests/install.scm (%minimal-os): Pass a object as the value for the MARIONETTE-SERVICE-TYPE. --- gnu/tests/install.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu/tests/install.scm') diff --git a/gnu/tests/install.scm b/gnu/tests/install.scm index 5d893deb4c..2c0db41d69 100644 --- a/gnu/tests/install.scm +++ b/gnu/tests/install.scm @@ -66,8 +66,9 @@ (home-directory "/home/alice")) %base-user-accounts)) (services (cons (service marionette-service-type - '((gnu services herd) - (guix combinators))) + (marionette-configuration + (imported-modules '((gnu services herd) + (guix combinators))))) %base-services)))) (define (operating-system-with-current-guix os) -- cgit v1.2.3