diff options
author | Marius Bakke <marius@gnu.org> | 2022-08-15 23:35:07 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-16 00:43:44 +0200 |
commit | a038bfc48140ecf58e592540dbf7b567e7051c23 (patch) | |
tree | a117b6589f70bfb732399fdf822486fa63db8f20 | |
parent | faea55669fd5f9a680190e8c630ea54bc6d9732b (diff) | |
download | guix-a038bfc48140ecf58e592540dbf7b567e7051c23.tar.gz |
gnu: python-booleanoperations: Add missing input.
* gnu/packages/graphics.scm (python-booleanoperations)[native-inputs]: Add PYTHON-SETUPTOOLS-SCM.
-rw-r--r-- | gnu/packages/graphics.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 51177dc966..1d6dd28c5c 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -879,6 +879,7 @@ basic geometries.") (native-inputs (list python-defcon-bootstrap python-fontpens-bootstrap + python-setuptools-scm python-pytest python-wheel unzip)) |