summaryrefslogtreecommitdiff
path: root/gnu
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
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')
-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 @@
83 (snippet '((service mate-desktop-service-type)))) 83 (snippet '((service mate-desktop-service-type))))
84 (desktop-environment 84 (desktop-environment
85 (name "Icewm") 85 (name "Icewm")
86 (snippet '((specification->package "icewm")))) 86 (packages '((specification->package "icewm"))))
87 (desktop-environment 87 (desktop-environment
88 (name "Openbox") 88 (name "Openbox")
89 (packages '((specification->package "openbox")))) 89 (packages '((specification->package "openbox"))))