python3Packages.wxpython_4_0: fix darwin build

This commit is contained in:
fricklerhandwerk
2021-01-14 09:26:12 +01:00
parent 27830c70b1
commit a0c2948861
2 changed files with 21 additions and 4 deletions
+1
View File
@@ -8121,6 +8121,7 @@ in {
wxPython_4_0 = callPackage ../development/python-modules/wxPython/4.0.nix {
inherit (pkgs) pkgconfig;
inherit (pkgs.darwin.apple_sdk.frameworks) AudioToolbox Carbon Cocoa CoreFoundation IOKit OpenGL;
wxGTK = pkgs.wxGTK30.override {
withGtk2 = false;
withWebKit = true;