lol

ppsspp: fix qmake4Hook build pass PPSSPPQt.pro which was removed in 34625f6

+2
+2
pkgs/misc/emulators/ppsspp/default.nix
··· 22 22 buildInputs = [ zlib libpng pkgconfig qt4 qmake4Hook ] 23 23 ++ (if withGamepads then [ SDL ] else [ ]); 24 24 25 + qmakeFlags = [ "PPSSPPQt.pro" ]; 26 + 25 27 preConfigure = "cd Qt"; 26 28 installPhase = "mkdir -p $out/bin && cp ppsspp $out/bin"; 27 29