mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-colorthief: Fix build.
* gnu/packages/python-xyz.scm (python-colorthief) [native-inputs]: Add python-setuptools, python-wheel. Change-Id: Ic725b97a40718ab1c22dde7e5342947ff5ebd99c Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
1a89e7d65f
commit
5179e70366
1 changed files with 1 additions and 0 deletions
|
@ -1290,6 +1290,7 @@ as functions or string constants to form colored terminal output.")
|
|||
(sha256
|
||||
(base32 "08bjsmmkihyksms2vgndslln02rvw56lkxz28d39qrnxbg4v1707"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(propagated-inputs (list python-pillow))
|
||||
(home-page "https://github.com/fengsp/color-thief-py")
|
||||
(synopsis "Grab the color palette of an image")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue