diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2025-06-30 08:10:52 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2025-06-30 11:41:56 +0300 |
| commit | 214aa26e5c281473d641fb026d2ad7d3b7515031 (patch) | |
| tree | 3280bbdfd197c0276627787e501a9e99c94f19f0 /gnu/installer | |
| parent | e2b767cafddc50b83ef3543f54d693c1c879d180 (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/installer')
| -rw-r--r-- | gnu/installer/services.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/installer/services.scm b/gnu/installer/services.scm index acb2d9ead94..df1a668c329 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 |
