mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
installer: Include icewm as a desktop environment.
* gnu/installer/services.scm (%system-services): Include icewm as a desktop environment. * gnu/tests/install.scm (installation-target-desktop-os-for-gui-tests): Add icewm to the list of packages. * etc/manifests/release.scm: (%system-packages): Add icewm. Change-Id: I881c1dd4289281e51c81d83fac785ef064e6ff6a Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
committed by
Christopher Baines
parent
022d33e1ea
commit
38011da03d
@@ -83,6 +83,9 @@
|
||||
(desktop-environment
|
||||
(name "Enlightenment")
|
||||
(snippet '((service enlightenment-desktop-service-type))))
|
||||
(desktop-environment
|
||||
(name "Icewm")
|
||||
(snippet '((specification->package "icewm"))))
|
||||
(desktop-environment
|
||||
(name "Openbox")
|
||||
(packages '((specification->package "openbox"))))
|
||||
|
||||
Reference in New Issue
Block a user