mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
wxmupen64plus: fix eval
This commit is contained in:
parent
8636ce283f
commit
f0512f4ceb
@ -24,6 +24,6 @@ stdenv.mkDerivation {
|
|||||||
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
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user