From 615d818964e9401726890c85735739742cd979af Mon Sep 17 00:00:00 2001 From: Kranium Gikos Mendoza Date: Sun, 17 Jul 2016 22:42:46 +0800 Subject: ppsspp: fix qmake4Hook build pass PPSSPPQt.pro which was removed in 34625f6 --- pkgs/misc/emulators/ppsspp/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/misc/emulators/ppsspp') diff --git a/pkgs/misc/emulators/ppsspp/default.nix b/pkgs/misc/emulators/ppsspp/default.nix index 68fb71050780..3f02304c0d42 100644 --- a/pkgs/misc/emulators/ppsspp/default.nix +++ b/pkgs/misc/emulators/ppsspp/default.nix @@ -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"; -- cgit 1.4.1