Merge pull request #269587 from gador/wxwidgets-fix-console-crash

wxGTK32: fix console crash

authored by Weijia Wang and committed by GitHub 0b62f5ad e2c4c9ea

+9
+9
pkgs/development/libraries/wxwidgets/wxGTK32.nix
··· 32 32 , AVFoundation 33 33 , AVKit 34 34 , WebKit 35 + , fetchpatch 35 36 }: 36 37 let 37 38 catch = fetchFromGitHub { ··· 58 59 rev = "v${version}"; 59 60 hash = "sha256-YkV150sDsfBEHvHne0GF6i8Y5881NrByPkLtPAmb24E="; 60 61 }; 62 + 63 + patches = [ 64 + (fetchpatch { 65 + name = "avoid_gtk3_crash.patch"; 66 + url = "https://github.com/wxWidgets/wxWidgets/commit/8ea22b5e92bf46add0b20059f6e39a938858ff97.patch"; 67 + hash = "sha256-zAyqVTdej4F3R7vVMLiKkXqJTAHDtGYJnyjaRyDmMOM="; 68 + }) 69 + ]; 61 70 62 71 nativeBuildInputs = [ pkg-config ]; 63 72