forked from mirrors/nixpkgs
libretro.ppsspp: Fixes building on i686
This commit is contained in:
parent
c4750f6f2e
commit
655ae33816
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue