unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Felix Lechner via Guix-patches via <guix-patches@gnu.org>
To: 73424@debbugs.gnu.org
Cc: Felix Lechner <felix.lechner@lease-up.com>,
	Lars-Dominik Braun <lars@6xq.net>, Marius Bakke <marius@gnu.org>,
	Munyoki Kilyungi <me@bonfacemunyoki.com>,
	Sharlatan Hellseher <sharlatanus@gmail.com>,
	Tanguy Le Carrour <tanguy@bioneland.org>,
	jgart <jgart@dismail.de>
Subject: [bug#73424] [PATCH] Fix comma position in quasi-quoting.
Date: Sun, 22 Sep 2024 08:43:39 -0700	[thread overview]
Message-ID: <b5d3e7a8564f2b96e500d6d956dfc02fac1232bc.1727019702.git.felix.lechner@lease-up.com> (raw)

Here are the occurrences I found.  Found while rebasing a personal branch
modifying the "guix" package.

Change-Id: I758ba4b4ec93e8b37452d35582e6eb6ef0e1a961
---
 gnu/packages/fontutils.scm          | 2 +-
 gnu/packages/package-management.scm | 2 +-
 gnu/packages/python-check.scm       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 3b6d4900f6..63a942e4a6 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -2003,7 +2003,7 @@ (define-public fntsample
        ("gettext" ,gettext-minimal)))
     (inputs
      `(("cairo" ,cairo)
-       ("bash-minimal", bash-minimal)
+       ("bash-minimal" ,bash-minimal)
        ("fontconfig" ,fontconfig)
        ("freetype" ,freetype)
        ("glib" ,glib)
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
index 6f917389e5..f7a434e699 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -498,7 +498,7 @@ (define-public guix
                        ("help2man" ,help2man)
                        ("po4a" ,po4a-minimal)))
       (inputs
-       `(("bash-minimal", bash-minimal)
+       `(("bash-minimal" ,bash-minimal)
          ("bzip2" ,bzip2)
          ("gzip" ,gzip)
          ("sqlite" ,sqlite)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 4888b42bc1..17912c6aea 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -2147,7 +2147,7 @@ (define-public python-pylama
      (list python-py python-pytest python-radon))
     (propagated-inputs
      `(("python-mccabe" ,python-mccabe)
-       ("python-mypy", python-mypy-minimal)
+       ("python-mypy" ,python-mypy-minimal)
        ("python-pycodestyle" ,python-pycodestyle)
        ("python-pydocstyle" ,python-pydocstyle)
        ("python-pyflakes" ,python-pyflakes)))

base-commit: b7c94d528875415ea7ec6225d88a6b3d55fa2e14
-- 
2.45.2





                 reply	other threads:[~2024-09-22 15:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=b5d3e7a8564f2b96e500d6d956dfc02fac1232bc.1727019702.git.felix.lechner@lease-up.com \
    --to=guix-patches@gnu.org \
    --cc=73424@debbugs.gnu.org \
    --cc=felix.lechner@lease-up.com \
    --cc=jgart@dismail.de \
    --cc=lars@6xq.net \
    --cc=marius@gnu.org \
    --cc=me@bonfacemunyoki.com \
    --cc=sharlatanus@gmail.com \
    --cc=tanguy@bioneland.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 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).