summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/manifests/cross-compile.scm3
-rw-r--r--etc/manifests/release.scm2
-rw-r--r--gnu/installer/services.scm3
-rw-r--r--gnu/tests/install.scm1
4 files changed, 2 insertions, 7 deletions
diff --git a/etc/manifests/cross-compile.scm b/etc/manifests/cross-compile.scm
index 280489cc19..44a6407b0c 100644
--- a/etc/manifests/cross-compile.scm
+++ b/etc/manifests/cross-compile.scm
@@ -74,8 +74,7 @@ TARGET."
(define %system-gui-packages
;; Key packages proposed by the Guix System installer.
(append (map specification->package
- '("enlightenment"
- ;; build system `python' does not support cross builds
+ '(;; build system `python' does not support cross builds
;"gnome" "xfce" "mate" "openbox"
"awesome"
"i3-wm" "i3status" "dmenu" "st"
diff --git a/etc/manifests/release.scm b/etc/manifests/release.scm
index b91ec24c54..aa8f397f20 100644
--- a/etc/manifests/release.scm
+++ b/etc/manifests/release.scm
@@ -45,7 +45,7 @@ TARGET."
;; Key packages proposed by the Guix System installer.
(append (map specification->package
'("guix" "shepherd"
- "gnome" "xfce" "mate" "enlightenment"
+ "gnome" "xfce" "mate"
"icewm" "openbox" "awesome"
"i3-wm" "i3status" "dmenu" "st"
"ratpoison" "xterm"
diff --git a/gnu/installer/services.scm b/gnu/installer/services.scm
index acb2d9ead9..df1a668c32 100644
--- a/gnu/installer/services.scm
+++ b/gnu/installer/services.scm
@@ -81,9 +81,6 @@
(name "MATE")
(snippet '((service mate-desktop-service-type))))
(desktop-environment
- (name "Enlightenment")
- (snippet '((service enlightenment-desktop-service-type))))
- (desktop-environment
(name "Icewm")
(snippet '((specification->package "icewm"))))
(desktop-environment
diff --git a/gnu/tests/install.scm b/gnu/tests/install.scm
index 8293296339..7ef0cae73b 100644
--- a/gnu/tests/install.scm
+++ b/gnu/tests/install.scm
@@ -2001,7 +2001,6 @@ build (current-guix) and then store a couple of full system images.")
(list (service gnome-desktop-service-type)
(service xfce-desktop-service-type)
(service mate-desktop-service-type)
- (service enlightenment-desktop-service-type)
(set-xorg-configuration
(xorg-configuration
(keyboard-layout keyboard-layout)))