guix-commits
[Top][All Lists]
Advanced

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

05/06: system: Fix typo in desktop example.


From: guix-commits
Subject: 05/06: system: Fix typo in desktop example.
Date: Thu, 28 Mar 2019 18:07:57 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 971e6560eb7b852ccc30d0891c2b7d26e5d0971a
Author: Ludovic Courtès <address@hidden>
Date:   Thu Mar 28 22:46:58 2019 +0100

    system: Fix typo in desktop example.
    
    The typo was introduced in 391e0d65d7129d53c025963d2758724e75626eb4.
    
    * gnu/system/examples/desktop.tmpl: Use XFCE-DESKTOP-SERVICE-TYPE, not
    XFCE-DESKTOP-SERVICE.
---
 gnu/system/examples/desktop.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system/examples/desktop.tmpl b/gnu/system/examples/desktop.tmpl
index d0e3ff5..ff4c12b 100644
--- a/gnu/system/examples/desktop.tmpl
+++ b/gnu/system/examples/desktop.tmpl
@@ -58,7 +58,7 @@
   ;; include the X11 log-in service, networking with
   ;; NetworkManager, and more.
   (services (append (list (service gnome-desktop-service-type)
-                          (service xfce-desktop-service))
+                          (service xfce-desktop-service-type))
                     %desktop-services))
 
   ;; Allow resolution of '.local' host names with mDNS.



reply via email to

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