mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: mcomix: Fix build.
* gnu/packages/image-viewers.scm (mcomix)[native-inputs]: Remove python-wheel; add python-setuptools. Change-Id: Ia83b03e0ffd4d1dae0f91371100591ef785bd1c0 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
committed by
宋文武
parent
5ab68b1adf
commit
6be4cabca2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user