diff options
Diffstat (limited to 'gnu/packages/wxwidgets.scm')
-rw-r--r-- | gnu/packages/wxwidgets.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/wxwidgets.scm b/gnu/packages/wxwidgets.scm index 3f5fcbb07c..d7fb7543d8 100644 --- a/gnu/packages/wxwidgets.scm +++ b/gnu/packages/wxwidgets.scm @@ -302,6 +302,8 @@ and many other languages.") (outputs '("out" "debug")) (arguments (list + #:test-backend #~'custom + #:test-flags #~(list "build.py" "-v" "test") #:modules '((guix build pyproject-build-system) (guix build utils) (ice-9 ftw) @@ -355,7 +357,7 @@ except ImportError: (inputs (list gtk+ wxwidgets)) (native-inputs - (list pkg-config python-setuptools python-waf python-wheel)) + (list pkg-config python-setuptools python-waf)) (propagated-inputs (list python-numpy python-pillow python-six)) (home-page "https://wxpython.org/") |