wxMSW: mark broken

This hasn’t worked for a while:

https://hydra.nixos.org/job/nixpkgs/cross-trunk/crossMingw32.windows.wxMSW.x86_64-linux
This commit is contained in:
Matthew Bauer 2019-09-18 12:47:57 -04:00
parent ab9f0b7f06
commit 3b96c76bef

View file

@ -31,5 +31,7 @@ stdenv.mkDerivation {
meta = {
platforms = stdenv.lib.platforms.windows;
broken = true;
};
}