mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: labelme: Add missing native-inputs.
* gnu/packages/image-processing.scm (labelme)[native-inputs]: Add python-wheel. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
8cd6103d8d
commit
576ffc088a
1 changed files with 2 additions and 1 deletions
|
@ -1845,7 +1845,8 @@ processing pipelines.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest
|
(list python-pytest
|
||||||
python-pytest-qt
|
python-pytest-qt
|
||||||
xorg-server-for-tests))
|
xorg-server-for-tests
|
||||||
|
python-wheel))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-imgviz
|
(list python-imgviz
|
||||||
python-matplotlib
|
python-matplotlib
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue