python312Packages.wxpython: 4.2.2 -> 4.2.3, fix build
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user