renpy: fix build after multiple outputs
(cherry picked from commit d56bf316556877bf26bf2c2a4b83dcff3ecae161) Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
e4d62926d6
commit
d7f1af2fba
|
@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
||||||
pythonPath = [ pygame ];
|
pythonPath = [ pygame ];
|
||||||
|
|
||||||
RENPY_DEPS_INSTALL = stdenv.lib.concatStringsSep "::" (map (path: "${path}") [
|
RENPY_DEPS_INSTALL = stdenv.lib.concatStringsSep "::" (map (path: "${path}") [
|
||||||
SDL libpng ffmpeg freetype glew mesa fribidi zlib
|
SDL SDL.dev libpng ffmpeg ffmpeg.out freetype glew.dev glew.out mesa fribidi zlib
|
||||||
]);
|
]);
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
|
|
Loading…
Reference in New Issue