guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: tests: install: Adjust to new 'marionette-service-type' interface


From: Ludovic Courtès
Subject: 01/01: tests: install: Adjust to new 'marionette-service-type' interface.
Date: Sat, 2 Jul 2016 13:00:15 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit a4bbf41b255bc55fac32669e8359bfe0b037b2d5
Author: Ludovic Courtès <address@hidden>
Date:   Sat Jul 2 12:33:52 2016 +0200

    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 <marionette-configuration>
    object as the value for the MARIONETTE-SERVICE-TYPE.
---
 gnu/tests/install.scm |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/tests/install.scm b/gnu/tests/install.scm
index 5d893de..2c0db41 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]