ppsspp: fix up
This commit is contained in:
parent
3c22ef8c0e
commit
77500400ba
3 changed files with 6 additions and 3 deletions
|
@ -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++";
|
||||
|
|
|
@ -25,7 +25,7 @@ in
|
|||
|
||||
mapAliases (rec {
|
||||
accounts-qt = libsForQt5.accounts-qt; # added 2015-12-19
|
||||
adobeReader = adobe-reader;
|
||||
adobeReader = adobe-reader; # added 2013-11-04
|
||||
aircrackng = aircrack-ng; # added 2016-01-14
|
||||
ammonite-repl = ammonite; # added 2017-05-02
|
||||
arduino_core = arduino-core; # added 2015-02-04
|
||||
|
@ -117,6 +117,7 @@ mapAliases (rec {
|
|||
pidgin-with-plugins = pidgin; # added 2016-06
|
||||
pidginlatexSF = pidginlatex; # added 2014-11-02
|
||||
poppler_qt5 = libsForQt5.poppler; # added 2015-12-19
|
||||
PPSSPP = ppsspp; # added 2017-10-01
|
||||
prometheus-statsd-bridge = prometheus-statsd-exporter; # added 2017-08-27
|
||||
qca-qt5 = libsForQt5.qca-qt5; # added 2015-12-19
|
||||
QmidiNet = qmidinet; # added 2016-05-22
|
||||
|
|
|
@ -19107,7 +19107,7 @@ with pkgs;
|
|||
|
||||
pjsip = callPackage ../applications/networking/pjsip { };
|
||||
|
||||
PPSSPP = libsForQt5.callPackage ../misc/emulators/ppsspp { };
|
||||
ppsspp = libsForQt5.callPackage ../misc/emulators/ppsspp { };
|
||||
|
||||
pt = callPackage ../applications/misc/pt { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue