mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
89a891a7e1
commit
ec22768c11
1 changed files with 5 additions and 1 deletions
|
@ -7949,7 +7949,11 @@ structure for Python.")
|
||||||
(setenv "LANG" "")
|
(setenv "LANG" "")
|
||||||
;; required for tests/test_configmanager.py
|
;; required for tests/test_configmanager.py
|
||||||
(setenv "HOME" "/tmp"))))))
|
(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
|
(inputs
|
||||||
(list bash-minimal ; for wrap-program
|
(list bash-minimal ; for wrap-program
|
||||||
gtksourceview-3
|
gtksourceview-3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue