libretro.ppsspp: Fixes building on i686
This commit is contained in:
committed by
Domen Kožar
parent
c4750f6f2e
commit
655ae33816
@@ -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";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user