~ruther/guix-local

ec22768c118bde3e8767798699dd8130f5a552d2 — Nicolas Graves 1 year, 3 months ago 89a891a
gnu: autokey: Add missing native-inputs.

* gnu/packages/python-xyz.scm (autokey)[native-inputs]: Add
python-wheel.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 5 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +5 -1
@@ 7949,7 7949,11 @@ structure for Python.")
              (setenv "LANG" "")
              ;; required for tests/test_configmanager.py
              (setenv "HOME" "/tmp"))))))
    (native-inputs (list python-pytest python-pytest-cov python-pyhamcrest))
    (native-inputs
     (list python-pytest
           python-pytest-cov
           python-pyhamcrest
           python-wheel))
    (inputs
     (list bash-minimal ; for wrap-program
           gtksourceview-3