summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/wxPython
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2022-10-26 14:36:05 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2022-10-26 14:36:05 +0200
commit076d365c8022c9fc87c476ecdd58be1bc30e83ab (patch)
tree53049607c2dc64645933acb706504904c7249b13 /pkgs/development/python-modules/wxPython
parentb3c0c4979e3405f3b267e9fd1c81c4f82d8ba44d (diff)
meerk40t: fix build on aarch64-darwin
Diffstat (limited to 'pkgs/development/python-modules/wxPython')
-rw-r--r--pkgs/development/python-modules/wxPython/4.2.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/wxPython/4.2.nix b/pkgs/development/python-modules/wxPython/4.2.nix
index a68d6cb4590a..cd112f8511c3 100644
--- a/pkgs/development/python-modules/wxPython/4.2.nix
+++ b/pkgs/development/python-modules/wxPython/4.2.nix
@@ -1,6 +1,7 @@
{ lib
, stdenv
, buildPythonPackage
+, setuptools
, pythonOlder
, fetchPypi
, substituteAll
@@ -61,6 +62,7 @@ buildPythonPackage rec {
nativeBuildInputs = [
attrdict
pkg-config
+ setuptools
SDL
sip
which