summaryrefslogtreecommitdiff
path: root/gnu/tests
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 /gnu/tests
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 'gnu/tests')
-rw-r--r--gnu/tests/install.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/tests/install.scm b/gnu/tests/install.scm
index 82932963397..7ef0cae73bd 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.")
2001 (list (service gnome-desktop-service-type) 2001 (list (service gnome-desktop-service-type)
2002 (service xfce-desktop-service-type) 2002 (service xfce-desktop-service-type)
2003 (service mate-desktop-service-type) 2003 (service mate-desktop-service-type)
2004 (service enlightenment-desktop-service-type)
2005 (set-xorg-configuration 2004 (set-xorg-configuration
2006 (xorg-configuration 2005 (xorg-configuration
2007 (keyboard-layout keyboard-layout))) 2006 (keyboard-layout keyboard-layout)))