mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
5ab68b1adf
commit
6be4cabca2
1 changed files with 1 additions and 1 deletions
|
@ -722,7 +722,7 @@ imaging. It supports several HDR and LDR image formats, and it can:
|
||||||
(base32
|
(base32
|
||||||
"09y4nhlcqvvhz0wscx4zpqxmyhiwh8wrjnhk52awxhzvgyx6wa7r"))))
|
"09y4nhlcqvvhz0wscx4zpqxmyhiwh8wrjnhk52awxhzvgyx6wa7r"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs (list python-wheel))
|
(native-inputs (list python-setuptools))
|
||||||
(inputs
|
(inputs
|
||||||
(list p7zip python python-pillow python-pygobject python-pycairo gtk+))
|
(list p7zip python python-pillow python-pygobject python-pycairo gtk+))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue