gnu: cwm: Fix build.

* gnu/packages/wm.scm (cwm)[arguments]<#:phases>: Fix typo for #:name "cwm".

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
LuHui 2023-04-09 12:14:13 +00:00 committed by 宋文武
parent a4e9842a70
commit 8ed1ef7647
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -1416,7 +1416,7 @@ (define-public cwm
(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")))))))))