summaryrefslogtreecommitdiff
path: root/gnu/installer
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2025-07-07 19:35:58 +0200
committerMathieu Othacehe <othacehe@gnu.org>2025-11-02 13:55:59 +0100
commit93805c657b04a6b32886cddde464fcaa300b5d06 (patch)
treef348fe0d9def1ed6b0fb24809976bcfc75f9a49a /gnu/installer
parente6c9d02ea24caf4905e292b48e2f3ae8169362ab (diff)
tests: installer: Fix gui-installed-desktop-os-encrypted.
* gnu/installer/services.scm (%system-services): Fix a typo. Fixes: guix/guix#3636 Change-Id: I9b94474124df4da87784157d25fe39a1887c743b
Diffstat (limited to 'gnu/installer')
-rw-r--r--gnu/installer/services.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/installer/services.scm b/gnu/installer/services.scm
index 3e47caf4c27..d40d2b5ad81 100644
--- a/gnu/installer/services.scm
+++ b/gnu/installer/services.scm
@@ -83,7 +83,7 @@
(snippet '((service mate-desktop-service-type))))
(desktop-environment
(name "Icewm")
- (snippet '((specification->package "icewm"))))
+ (packages '((specification->package "icewm"))))
(desktop-environment
(name "Openbox")
(packages '((specification->package "openbox"))))