From 6be4cabca213d81bbc5b9f02548a0541c50f49b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20Aguirrezabalaga?= Date: Sun, 28 Sep 2025 11:57:57 +0200 Subject: [PATCH] gnu: mcomix: Fix build. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/image-viewers.scm (mcomix)[native-inputs]: Remove python-wheel; add python-setuptools. Change-Id: Ia83b03e0ffd4d1dae0f91371100591ef785bd1c0 Signed-off-by: 宋文武 --- gnu/packages/image-viewers.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm index 6d292fa9c24..55ae58782a5 100644 --- a/gnu/packages/image-viewers.scm +++ b/gnu/packages/image-viewers.scm @@ -722,7 +722,7 @@ imaging. It supports several HDR and LDR image formats, and it can: (base32 "09y4nhlcqvvhz0wscx4zpqxmyhiwh8wrjnhk52awxhzvgyx6wa7r")))) (build-system pyproject-build-system) - (native-inputs (list python-wheel)) + (native-inputs (list python-setuptools)) (inputs (list p7zip python python-pillow python-pygobject python-pycairo gtk+)) (arguments