renpy: fix build after multiple outputs

This commit is contained in:
Domen Kožar 2016-09-09 16:44:58 +02:00
parent 55f91c2e25
commit d56bf31655

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation {
pythonPath = [ pygame ];
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 = ''