GNU bug report logs - #73424
[PATCH] Fix comma position in quasi-quoting.

Previous Next

Package: guix-patches;

Reported by: Felix Lechner <felix.lechner <at> lease-up.com>

Date: Sun, 22 Sep 2024 15:45:01 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 73424 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to lars <at> 6xq.net, marius <at> gnu.org, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, tanguy <at> bioneland.org, jgart <at> dismail.de, guix-patches <at> gnu.org:
bug#73424; Package guix-patches. (Sun, 22 Sep 2024 15:45:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Felix Lechner <felix.lechner <at> lease-up.com>:
New bug report received and forwarded. Copy sent to lars <at> 6xq.net, marius <at> gnu.org, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, tanguy <at> bioneland.org, jgart <at> dismail.de, guix-patches <at> gnu.org. (Sun, 22 Sep 2024 15:45:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Felix Lechner <felix.lechner <at> lease-up.com>
To: guix-patches <at> gnu.org
Cc: Felix Lechner <felix.lechner <at> lease-up.com>
Subject: [PATCH] Fix comma position in quasi-quoting.
Date: Sun, 22 Sep 2024 08:43:39 -0700
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





This bug report was last modified 322 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.