From: Aaron Covrig via Guix-patches via <guix-patches@gnu.org>
To: 75033@debbugs.gnu.org
Cc: Aaron Covrig <aaron.covrig.us@ieee.org>,
lars@6xq.net, marius@gnu.org, me@bonfacemunyoki.com,
sharlatanus@gmail.com, tanguy@bioneland.org, jgart@dismail.de
Subject: [bug#75033] [PATCH] gnu: python-pypandoc: Fix build.
Date: Sun, 22 Dec 2024 14:16:27 -0500 [thread overview]
Message-ID: <20241222191630.1748053-1-aaron.covrig.us@ieee.org> (raw)
* gnu/packages/python-xyz.scm (python-pypandoc): Fix build
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7cf44d6b6b..217cb93fe7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -33714,7 +33714,7 @@ (define-public python-pypandoc
(uri (pypi-uri "pypandoc" version))
(sha256
(base32 "15x161bxr7hky7rvq0jlgf1kxg6vdf069487casmpyxry7slak3b"))))
- (build-system pyproject-build-system)
+ (build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
(add-before 'check 'disable-tests
base-commit: 1ca065fe68d68a2fa9c3d747f23fd11c8ecfd85b
--
2.46.0
next reply other threads:[~2024-12-22 19:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-22 19:16 Aaron Covrig via Guix-patches via [this message]
2024-12-22 19:21 ` [bug#75033] [PATCH] gnu: python-pypandoc: Fix build Sharlatan Hellseher
2024-12-23 13:30 ` [bug#75033] [PATCH v3] " Aaron Covrig via Guix-patches via
2024-12-23 17:02 ` bug#75033: [PATCH] " jgart 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
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=20241222191630.1748053-1-aaron.covrig.us@ieee.org \
--to=guix-patches@gnu.org \
--cc=75033@debbugs.gnu.org \
--cc=aaron.covrig.us@ieee.org \
--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).