* [bug#73424] [PATCH] Fix comma position in quasi-quoting.
@ 2024-09-22 15:43 Felix Lechner via Guix-patches via
0 siblings, 0 replies; only message in thread
From: Felix Lechner via Guix-patches via @ 2024-09-22 15:43 UTC (permalink / raw)
To: 73424
Cc: Felix Lechner, Lars-Dominik Braun, Marius Bakke, Munyoki Kilyungi,
Sharlatan Hellseher, Tanguy Le Carrour, jgart
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-09-22 15:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-22 15:43 [bug#73424] [PATCH] Fix comma position in quasi-quoting Felix Lechner 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).