wxmupen64plus: fix eval
This commit is contained in:
parent
8636ce283f
commit
f0512f4ceb
1 changed files with 1 additions and 1 deletions
|
@ -24,6 +24,6 @@ stdenv.mkDerivation {
|
|||
description = "GUI for the Mupen64Plus 2.0 emulator";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
homepage = https://bitbucket.org/auria/wxmupen64plus/wiki/Home;
|
||||
broken = true
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue