unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#62739] [PATCH] gnu: cwm: fix build.
@ 2023-04-09 12:19 路辉
  2023-04-10 10:52 ` bug#62739: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: 路辉 @ 2023-04-09 12:19 UTC (permalink / raw)
  To: 62739

From 4a1da3868444c41862ede7b0028f0c7b2effbe9f Mon Sep 17 00:00:00 2001
From: LuHui <luhux76@gmail.com>
Date: Sun, 9 Apr 2023 12:14:13 +0000
Subject: [PATCH] gnu: cwm: fix build.

* gnu/packages/wm.scm (cwm)[arguments]<#:phases>: add double quotes for string.
---
 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 @@ (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")))))))))
-- 
2.40.0




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#62739: [PATCH] gnu: cwm: fix build.
  2023-04-09 12:19 [bug#62739] [PATCH] gnu: cwm: fix build 路辉
@ 2023-04-10 10:52 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-04-10 10:52 UTC (permalink / raw)
  To: 路辉; +Cc: 62739-done

路辉 <luhux76@gmail.com> writes:

>>From 4a1da3868444c41862ede7b0028f0c7b2effbe9f Mon Sep 17 00:00:00 2001
> From: LuHui <luhux76@gmail.com>
> Date: Sun, 9 Apr 2023 12:14:13 +0000
> Subject: [PATCH] gnu: cwm: fix build.
>
> * gnu/packages/wm.scm (cwm)[arguments]<#:phases>: add double quotes for string.

Pushed with commit message changed to:

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

As a leading upper case letter is needed for message sentences.

Thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-10 10:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-09 12:19 [bug#62739] [PATCH] gnu: cwm: fix build 路辉
2023-04-10 10:52 ` bug#62739: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).