Skip to content

Commit

Permalink
wxmupen64plus: fix eval
Browse files Browse the repository at this point in the history
(cherry picked from commit f0512f4)
  • Loading branch information
globin committed Mar 30, 2017
1 parent ef18010 commit d94e373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/misc/emulators/wxmupen64plus/default.nix
Expand Up @@ -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;
};
}

0 comments on commit d94e373

Please sign in to comment.