1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

wxmupen64plus: fix with fpermissive

This flag seems to make things work again.
This commit is contained in:
Matthew Bauer 2018-11-12 20:18:44 -06:00
parent 06c403e846
commit 83d02fad5f

View file

@ -20,10 +20,11 @@ stdenv.mkDerivation {
configureFlagsArray+=("--mupenapi=$APIDIR" "--wxconfig=`type -P wx-config`")
'';
NIX_CFLAGS_COMPILE = "-fpermissive";
meta = {
description = "GUI for the Mupen64Plus 2.0 emulator";
license = stdenv.lib.licenses.gpl2Plus;
homepage = https://bitbucket.org/auria/wxmupen64plus/wiki/Home;
broken = true;
};
}