mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-12 06:41:27 +01:00
gnu: python-hsluv: Fix build.
* gnu/packages/python-xyz.scm (python-hsluv)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I4dbed681c4f1a83b0300dc9611cdf89072591389
This commit is contained in:
parent
298d371de8
commit
f0c5c4ee9b
1 changed files with 2 additions and 0 deletions
|
@ -12337,6 +12337,8 @@ displayed.")
|
|||
(sha256
|
||||
(base32 "0bmpd7qxcvin8szblilxmw50v7mygf6a6i180h82123s893gk092"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-setuptools python-wheel))
|
||||
(home-page "https://www.hsluv.org")
|
||||
(synopsis "Human-friendly HSL colour space implemented in Python")
|
||||
(description
|
||||
|
|
Loading…
Add table
Reference in a new issue