ppsspp: fix up

This commit is contained in:
Orivej Desh
2017-10-01 08:33:02 +00:00
parent 3c22ef8c0e
commit 77500400ba
3 changed files with 6 additions and 3 deletions
+3 -1
View File
@@ -5,7 +5,7 @@ assert withGamepads -> (SDL2 != null);
with stdenv.lib;
stdenv.mkDerivation rec {
name = "PPSSPP-${version}";
name = "ppsspp-${version}";
version = "1.4.2";
src = fetchFromGitHub {
@@ -33,6 +33,8 @@ stdenv.mkDerivation rec {
mv assets $out/share/ppsspp
'';
enableParallelBuilding = true;
meta = {
homepage = https://www.ppsspp.org/;
description = "A PSP emulator for Android, Windows, Mac and Linux, written in C++";