gnu: cwm: Fix build.
* gnu/packages/wm.scm (cwm)[arguments]<#:phases>: Fix typo for #:name "cwm". Signed-off-by: 宋文武 <iyzsong@member.fsf.org>master
parent
b216a05db2
commit
d05b735994
|
@ -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")))))))))
|
||||
|
|
Reference in New Issue