summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2025-06-30 08:10:52 +0300
committerEfraim Flashner <efraim@flashner.co.il>2025-06-30 11:41:56 +0300
commit214aa26e5c281473d641fb026d2ad7d3b7515031 (patch)
tree3280bbdfd197c0276627787e501a9e99c94f19f0
parente2b767cafddc50b83ef3543f54d693c1c879d180 (diff)
gnu: installer: Remove enlightenment desktop option.
* gnu/installer/services.scm (%system-services): Remove enlightenment-desktop-service-type. * gnu/tests/install.scm (installation-target-desktop-os-for-gui-tests): Remove enlightenment-desktop-service-type. * etc/manifests/cross-compile.scm (%system-packages): Remove enlightenment. * etc/manifests/release.scm (%system-packages): Remove enlightenment. Change-Id: I79cd8fc13ea0fda5eef72aee783b26edc77dcb5e
-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)))