Skip to content

Commit

Permalink
wxmupen64plus: fix eval
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Mar 30, 2017
1 parent 8636ce2 commit f0512f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/misc/emulators/wxmupen64plus/default.nix
Original file line number Diff line number Diff line change
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 f0512f4

Please sign in to comment.