[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: installer: Xfce service uses the 'service' form.
From: |
guix-commits |
Subject: |
06/08: installer: Xfce service uses the 'service' form. |
Date: |
Mon, 8 Apr 2019 04:42:58 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 7422f5dae17d61c8a8e94d60723a33783160dd38
Author: Ludovic Courtès <address@hidden>
Date: Mon Apr 8 10:30:45 2019 +0200
installer: Xfce service uses the 'service' form.
* gnu/installer/services.scm (%system-services): Adjust Xfce snippet to
use the 'service' form.
---
gnu/installer/services.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/installer/services.scm b/gnu/installer/services.scm
index 46ade0f..6402246 100644
--- a/gnu/installer/services.scm
+++ b/gnu/installer/services.scm
@@ -53,9 +53,7 @@
(snippet '(service gnome-desktop-service-type)))
(desktop-environment
(name "Xfce")
- ;; TODO: Use 'xfce-desktop-service-type' when the 'guix' package provides
- ;; it with a default value.
- (snippet '(xfce-desktop-service)))
+ (snippet '(service xfce-desktop-service-type)))
(desktop-environment
(name "MATE")
(snippet '(service mate-desktop-service-type)))
- branch master updated (bf71ac0 -> 8d75e20), guix-commits, 2019/04/08
- 01/08: gnu: guix: Update to d78bfd2., guix-commits, 2019/04/08
- 02/08: gnu: sbcl-trivial-backtrace: Fix 'license' field., guix-commits, 2019/04/08
- 03/08: gnu: scalapack: Use 'non-copyleft' as the license., guix-commits, 2019/04/08
- 06/08: installer: Xfce service uses the 'service' form.,
guix-commits <=
- 05/08: gnu: mpv: Set absolute path to 'youtube-dl'., guix-commits, 2019/04/08
- 04/08: licenses: Remove 'bsd-style'., guix-commits, 2019/04/08
- 07/08: installer: Generate 'set-xorg-configuration' snippet., guix-commits, 2019/04/08
- 08/08: installer: Use 'append' and 'list' instead of 'cons*'., guix-commits, 2019/04/08