wxwidgets: remove unused asserts

This commit is contained in:
Sandro Jäckel 2022-02-21 23:28:53 +01:00
parent cfc836c8ce
commit a5eb7d85c8
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
3 changed files with 0 additions and 6 deletions

View File

@ -17,8 +17,6 @@
, withMesa ? lib.elem stdenv.hostPlatform.system lib.platforms.mesaPlatforms
}:
assert withMesa -> libGLU != null && libGL != null;
stdenv.mkDerivation rec {
pname = "wxGTK";
version = "2.8.12.1";

View File

@ -17,7 +17,6 @@
, darwin
}:
assert withMesa -> libGLU != null && libGL != null;
let
inherit (darwin.stubs) setfile;
inherit (darwin.apple_sdk.frameworks) AGL Carbon Cocoa Kernel QuickTime;

View File

@ -23,9 +23,6 @@
, darwin
}:
assert withMesa -> libGLU != null && libGL != null;
assert withWebKit -> webkitgtk != null;
assert withGtk2 -> (!withWebKit);
let