me
/
guix
Archived
1
0
Fork 0

gnu: cwm: Fix build.

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

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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")))))))))