~ruther/guix-local

576ffc088a86ca9acf0095ad1362097ce1ae4d70 — Nicolas Graves 1 year, 3 months ago 8cd6103
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>
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/image-processing.scm
M gnu/packages/image-processing.scm => gnu/packages/image-processing.scm +2 -1
@@ 1845,7 1845,8 @@ processing pipelines.")
    (native-inputs
     (list python-pytest
           python-pytest-qt
           xorg-server-for-tests))
           xorg-server-for-tests
           python-wheel))
    (propagated-inputs
     (list python-imgviz
           python-matplotlib