mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
renpy: fix build after multiple outputs
This commit is contained in:
parent
55f91c2e25
commit
d56bf31655
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user