mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-wxpython: Fix tests.
* gnu/packages/wxwidgets.scm (python-wxpython)[arguments] <test-backend>: Use 'custom. <test-flags>: Provide them. [native-inputs]: Remove python-wheel. Change-Id: I062b47773737b1aac38847c1b956991a14edbe0e
This commit is contained in:
parent
8bbf7324f3
commit
6892f49689
1 changed files with 3 additions and 1 deletions
|
@ -302,6 +302,8 @@ and many other languages.")
|
||||||
(outputs '("out" "debug"))
|
(outputs '("out" "debug"))
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
#:test-backend #~'custom
|
||||||
|
#:test-flags #~(list "build.py" "-v" "test")
|
||||||
#:modules '((guix build pyproject-build-system)
|
#:modules '((guix build pyproject-build-system)
|
||||||
(guix build utils)
|
(guix build utils)
|
||||||
(ice-9 ftw)
|
(ice-9 ftw)
|
||||||
|
@ -355,7 +357,7 @@ except ImportError:
|
||||||
(inputs
|
(inputs
|
||||||
(list gtk+ wxwidgets))
|
(list gtk+ wxwidgets))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config python-setuptools python-waf python-wheel))
|
(list pkg-config python-setuptools python-waf))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-numpy python-pillow python-six))
|
(list python-numpy python-pillow python-six))
|
||||||
(home-page "https://wxpython.org/")
|
(home-page "https://wxpython.org/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue