libretro.ppsspp: Fixes building on i686

This commit is contained in:
Edward Tjörnhammar 2014-09-26 18:32:14 +02:00 committed by Domen Kožar
parent c4750f6f2e
commit 655ae33816

View File

@ -1,6 +1,5 @@
{ stdenv, fetchgit, pkgconfig, makeWrapper, python27
, retroarch, fluidsynth, mesa, SDL, libav, libpng, libjpeg, libvorbis
, zlib }:
{ stdenv, fetchgit, pkgconfig, makeWrapper, python27, retroarch
, fluidsynth, mesa, SDL, ffmpeg, libpng, libjpeg, libvorbis, zlib }:
let
@ -179,7 +178,7 @@ in
};
description = "ppsspp libretro port";
extraBuildInputs = [ mesa libav ];
extraBuildInputs = [ mesa ffmpeg ];
}).override{
buildPhase = "cd libretro && make";
};