wxmupen64plus: fix with fpermissive
This flag seems to make things work again.
This commit is contained in:
parent
06c403e846
commit
83d02fad5f
@ -20,10 +20,11 @@ stdenv.mkDerivation {
|
|||||||
configureFlagsArray+=("--mupenapi=$APIDIR" "--wxconfig=`type -P wx-config`")
|
configureFlagsArray+=("--mupenapi=$APIDIR" "--wxconfig=`type -P wx-config`")
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = "-fpermissive";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
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;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user