summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorLuHui <luhux76@gmail.com>2023-04-09 12:14:13 +0000
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-04-12 08:29:34 -0400
commitd05b7359946d9b96b10e61ce1571b9dc016b4dff (patch)
tree33914c89c1dc15727d95faf6b60c17b74849e4db /gnu
parentb216a05db2e4e806a3ae852a111220a7be0ed64a (diff)
downloadguix-d05b7359946d9b96b10e61ce1571b9dc016b4dff.tar.gz
gnu: cwm: Fix build.
* gnu/packages/wm.scm (cwm)[arguments]<#:phases>: Fix typo for #:name "cwm".

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/wm.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 4e52554b87..a6bca5dee1 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1416,7 +1416,7 @@ It is inspired by Xmonad and dwm.  Its major features include:
                 (mkdir-p xsessions)
                 (make-desktop-entry-file
                  (string-append xsessions "/cwm.desktop")
-                 #:name: cwm
+                 #:name "cwm"
                  #:exec (string-append #$output "/bin/cwm")
                  #:try-exec (string-append #$output "/bin/cwm")
                  #:comment '((#f "OpenBSD Calm Window Manager fork")))))))))