libretro.ppsspp: Fixes building on i686

This commit is contained in:
Edward Tjörnhammar
2014-09-26 18:35:46 +02:00
committed by Domen Kožar
parent c4750f6f2e
commit 655ae33816
+3 -4
View File
@@ -1,6 +1,5 @@
{ stdenv, fetchgit, pkgconfig, makeWrapper, python27 { stdenv, fetchgit, pkgconfig, makeWrapper, python27, retroarch
, retroarch, fluidsynth, mesa, SDL, libav, libpng, libjpeg, libvorbis , fluidsynth, mesa, SDL, ffmpeg, libpng, libjpeg, libvorbis, zlib }:
, zlib }:
let let
@@ -179,7 +178,7 @@ in
}; };
description = "ppsspp libretro port"; description = "ppsspp libretro port";
extraBuildInputs = [ mesa libav ]; extraBuildInputs = [ mesa ffmpeg ];
}).override{ }).override{
buildPhase = "cd libretro && make"; buildPhase = "cd libretro && make";
}; };