diff options
Diffstat (limited to 'gnu/tests/install.scm')
-rw-r--r-- | gnu/tests/install.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/tests/install.scm b/gnu/tests/install.scm index c8dccd38b0..b799a6752e 100644 --- a/gnu/tests/install.scm +++ b/gnu/tests/install.scm @@ -2013,7 +2013,7 @@ build (current-guix) and then store a couple of full system images.") ;; Make sure that all the packages and services that may be used by the ;; graphical installer are available. (packages (append - (list openbox awesome i3-wm i3status + (list icewm openbox awesome i3-wm i3status dmenu st ratpoison xterm emacs emacs-exwm emacs-desktop-environment) %base-packages)) |