summaryrefslogtreecommitdiff
path: root/etc
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 /etc
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
Diffstat (limited to 'etc')
-rw-r--r--etc/manifests/cross-compile.scm3
-rw-r--r--etc/manifests/release.scm2
2 files changed, 2 insertions, 3 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"