python312Packages.wxpython: 4.2.2 -> 4.2.3, fix build

This commit is contained in:
K900
2025-04-11 12:22:04 +03:00
parent e34f134973
commit c25a303938
@@ -12,6 +12,7 @@
doxygen,
pkg-config,
python,
requests,
sip,
which,
buildPackages,
@@ -41,13 +42,13 @@
buildPythonPackage rec {
pname = "wxpython";
version = "4.2.2";
version = "4.2.3";
format = "other";
src = fetchPypi {
pname = "wxPython";
inherit version;
hash = "sha256-XbywZQ9n/cLFlleVolX/qj17CfsUmqjaLQ2apE444ro=";
hash = "sha256-INbgySfifO2FZDcZvWPp9/1QHfbpqKqxSJsDmJf9fAE=";
};
patches = [
@@ -69,6 +70,7 @@ buildPythonPackage rec {
nativeBuildInputs = [
attrdict
pkg-config
requests
setuptools
sip
which
@@ -100,12 +102,13 @@ buildPythonPackage rec {
six
];
wafPath = "bin/waf";
buildPhase = ''
runHook preBuild
export DOXYGEN=${doxygen}/bin/doxygen
export PATH="${wxGTK}/bin:$PATH"
export WAF=$PWD/bin/waf
${python.pythonOnBuildForHost.interpreter} build.py -v --use_syswx dox etg sip --nodoc build_py