diff --git a/gnu/packages/wxwidgets.scm b/gnu/packages/wxwidgets.scm index 3f5fcbb07c9..d7fb7543d8f 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/")