3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-booleanoperations: Add missing input.

* gnu/packages/graphics.scm (python-booleanoperations)[native-inputs]: Add
PYTHON-SETUPTOOLS-SCM.
This commit is contained in:
Marius Bakke 2022-08-15 23:35:07 +02:00
parent faea55669f
commit a038bfc481
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -879,6 +879,7 @@ basic geometries.")
(native-inputs
(list python-defcon-bootstrap
python-fontpens-bootstrap
python-setuptools-scm
python-pytest
python-wheel
unzip))