summary refs log tree commit diff
diff options
context:
space:
mode:
authorLuHui <luhux76@gmail.com>2023-04-09 12:14:13 +0000
committer宋文武 <iyzsong@member.fsf.org>2023-04-10 18:48:08 +0800
commit8ed1ef764777ce9288426f8dfd5f62d6e85ee881 (patch)
tree76ffeee1afe6fb32c9e957c52a67b9db372fcc4d
parenta4e9842a70775a54bbe1369881b739e7ea9a6432 (diff)
downloadguix-8ed1ef764777ce9288426f8dfd5f62d6e85ee881.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>
-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")))))))))