guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: cwm: Fix build.


From: guix-commits
Subject: branch master updated: gnu: cwm: Fix build.
Date: Mon, 10 Apr 2023 06:49:19 -0400

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8ed1ef7647 gnu: cwm: Fix build.
8ed1ef7647 is described below

commit 8ed1ef764777ce9288426f8dfd5f62d6e85ee881
Author: LuHui <luhux76@gmail.com>
AuthorDate: Sun Apr 9 12:14:13 2023 +0000

    gnu: cwm: Fix build.
    
    * gnu/packages/wm.scm (cwm)[arguments]<#:phases>: Fix typo for #:name "cwm".
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/wm.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]