mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -80,9 +80,6 @@
|
||||
(desktop-environment
|
||||
(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"))))
|
||||
|
||||
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user