Age | Commit message (Expand) | Author |
2023-06-06 | gnu: wxwidgets: Add libxtst to inputs....WxWidgets was already built with XTest support, but mostly by luck, via
propagation of libxtst from GTK's propagated at-spi2-core package. Make it an
explicit input.
* gnu/packages/wxwidgets.scm (wxwidgets) [inputs]: Add libxtst.
| Maxim Cournoyer |
2023-05-03 | gnu: python-wxpython: Add a debug output...* gnu/packages/wxwidgets.scm (python-wxpython) [outputs]: New field.
[arguments]: Provide the '--debug' build option in the configure phase.
| Maxim Cournoyer |
2023-05-03 | gnu: python-wxpython: Use gexps....* gnu/packages/wxwidgets.scm (python-wxpython) [arguments]: Use gexps.
Provide the '--use_syswx' build option via the WXPYTHON_BUILD_ARGS environment
variable.
| Maxim Cournoyer |
2023-05-03 | gnu: wxwidgets: Add a debug output....* gnu/packages/wxwidgets.scm (wxwidgets) [outputs]: New field.
[arguments]: Add --enable-debug_info to #:configure-flags argument.
| Maxim Cournoyer |
2023-05-03 | gnu: wxwidgets: Update to 3.2.2.1....* gnu/packages/wxwidgets.scm (wxwidgets): Update to 3.2.2.1.
| Maxim Cournoyer |
2023-05-01 | gnu: python-wxpython: Apply patch to fix TypeError exceptions....This is caused by Python 3.10's new behavior of native extension now rejecting
float values as input when the expected type is an integer.
* gnu/packages/patches/python-wxwidgets-type-errors.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/wxwidgets.scm (python-wxpython) [source]: Apply it. Delete
trailing #t.
[arguments]: Delete trailing #t.
| Maxim Cournoyer |