wxmupen64plus: mark as broken

This commit is contained in:
Robin Gloster
2017-03-30 16:23:35 +02:00
parent 62303628ce
commit 5c04b32b6c
@@ -24,5 +24,6 @@ stdenv.mkDerivation {
description = "GUI for the Mupen64Plus 2.0 emulator"; description = "GUI for the Mupen64Plus 2.0 emulator";
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
homepage = https://bitbucket.org/auria/wxmupen64plus/wiki/Home; homepage = https://bitbucket.org/auria/wxmupen64plus/wiki/Home;
broken = true
}; };
} }