wxwidgets: remove unused asserts

-6
-2
pkgs/development/libraries/wxwidgets/wxGTK28.nix
··· 17 17 , withMesa ? lib.elem stdenv.hostPlatform.system lib.platforms.mesaPlatforms 18 18 }: 19 19 20 - assert withMesa -> libGLU != null && libGL != null; 21 - 22 20 stdenv.mkDerivation rec { 23 21 pname = "wxGTK"; 24 22 version = "2.8.12.1";
-1
pkgs/development/libraries/wxwidgets/wxGTK29.nix
··· 17 17 , darwin 18 18 }: 19 19 20 - assert withMesa -> libGLU != null && libGL != null; 21 20 let 22 21 inherit (darwin.stubs) setfile; 23 22 inherit (darwin.apple_sdk.frameworks) AGL Carbon Cocoa Kernel QuickTime;
-3
pkgs/development/libraries/wxwidgets/wxGTK31.nix
··· 23 23 , darwin 24 24 }: 25 25 26 - assert withMesa -> libGLU != null && libGL != null; 27 - assert withWebKit -> webkitgtk != null; 28 - 29 26 assert withGtk2 -> (!withWebKit); 30 27 31 28 let