Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

renpy: fix build after multiple outputs

+1 -1
+1 -1
pkgs/development/interpreters/renpy/default.nix
··· 27 pythonPath = [ pygame ]; 28 29 RENPY_DEPS_INSTALL = stdenv.lib.concatStringsSep "::" (map (path: "${path}") [ 30 - SDL libpng ffmpeg freetype glew mesa fribidi zlib 31 ]); 32 33 buildPhase = ''
··· 27 pythonPath = [ pygame ]; 28 29 RENPY_DEPS_INSTALL = stdenv.lib.concatStringsSep "::" (map (path: "${path}") [ 30 + SDL SDL.dev libpng ffmpeg ffmpeg.out freetype glew.dev glew.out mesa fribidi zlib 31 ]); 32 33 buildPhase = ''