all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: 路辉 <luhux76@gmail.com>
To: 62739@debbugs.gnu.org
Subject: [bug#62739] [PATCH] gnu: cwm: fix build.
Date: Sun, 9 Apr 2023 12:19:02 +0000	[thread overview]
Message-ID: <CAGNyveggXbViDBAsV_zHGUpAdOfW4QU++RnM9LoihbkYEe7--w@mail.gmail.com> (raw)

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




             reply	other threads:[~2023-04-09 12:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-09 12:19 路辉 [this message]
2023-04-10 10:52 ` bug#62739: [PATCH] gnu: cwm: fix build 宋文武 via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAGNyveggXbViDBAsV_zHGUpAdOfW4QU++RnM9LoihbkYEe7--w@mail.gmail.com \
    --to=luhux76@gmail.com \
    --cc=62739@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.