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:
parent
b216a05db2
commit
d05b735994
1 changed files with 1 additions and 1 deletions
|
@ -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")))))))))
|
||||
|
|
Loading…
Reference in a new issue