1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

ppsspp: fix qmake4Hook build

pass PPSSPPQt.pro which was removed in 34625f6
This commit is contained in:
Kranium Gikos Mendoza 2016-07-17 22:42:46 +08:00
parent 5609e0daa2
commit 615d818964

View file

@ -22,6 +22,8 @@ stdenv.mkDerivation rec{
buildInputs = [ zlib libpng pkgconfig qt4 qmake4Hook ]
++ (if withGamepads then [ SDL ] else [ ]);
qmakeFlags = [ "PPSSPPQt.pro" ];
preConfigure = "cd Qt";
installPhase = "mkdir -p $out/bin && cp ppsspp $out/bin";