From 117d17c4e4545504922ca9fc740b916d6eefdd2c Mon Sep 17 00:00:00 2001 From: Hugo Buddelmeijer Date: Sun, 5 Oct 2025 08:28:35 +0200 Subject: [PATCH] gnu: python-plingo: Fix build. * gnu/packages/potassco.scm (python-plingo): Fix build. [arguments] <#tests?>: Set to #f as there are no tests. [native-inputs]: Remove python-wheel. Change-Id: I0ca048796397489ed04a7c697f52e7658eaba9cb Reviewed-by: Liliana Marie Prikler Signed-off-by: Sharlatan Hellseher --- gnu/packages/potassco.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/potassco.scm b/gnu/packages/potassco.scm index 9df5a8d5aff3892b1eacc76a0f314e1ff415d5a1..f67f0d4f604c9f02a24ed6f1a8c1c9b1f30a8ab6 100644 --- a/gnu/packages/potassco.scm +++ b/gnu/packages/potassco.scm @@ -3,6 +3,7 @@ ;;; Copyright © 2023 Simon Tournier ;;; Copyright © 2023 David Elsing ;;; Copyright © 2024-2025 Ricardo Wurmus +;;; Copyright © 2025 Hugo Buddelmeijer ;;; ;;; This file is part of GNU Guix. ;;; @@ -671,7 +672,8 @@ into Python programs easier.") "0bdz755c6isp29layvzsw9c4kr12x7b5d8ip37ay3cl4dlq4bid3")))) (build-system pyproject-build-system) (arguments - (list #:phases + (list #:tests? #f ;there are no tests + #:phases #~(modify-phases %standard-phases (add-after 'install 'install-script (lambda* (#:key outputs #:allow-other-keys) @@ -687,7 +689,7 @@ into Python programs easier.") ;; XXX: Does this cross-compile? (patch-shebang script))))))) (propagated-inputs (list python-clingo)) - (native-inputs (list python-setuptools python-wheel)) + (native-inputs (list python-setuptools)) (home-page "https://potassco.org/") (synopsis "Solve probabilistic logic programs") (description "This package provides a system to solve probabilistic