all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#75033] [PATCH] gnu: python-pypandoc: Fix build.
@ 2024-12-22 19:16 Aaron Covrig via Guix-patches via
  2024-12-22 19:21 ` Sharlatan Hellseher
  2024-12-23 13:30 ` [bug#75033] [PATCH v3] " Aaron Covrig via Guix-patches via
  0 siblings, 2 replies; 4+ messages in thread
From: Aaron Covrig via Guix-patches via @ 2024-12-22 19:16 UTC (permalink / raw)
  To: 75033; +Cc: Aaron Covrig, lars, marius, me, sharlatanus, tanguy, jgart

* 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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-12-23 17:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-22 19:16 [bug#75033] [PATCH] gnu: python-pypandoc: Fix build Aaron Covrig via Guix-patches via
2024-12-22 19:21 ` 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

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.