Unverified Commit 56ce09c8 authored by Marcin Serwin's avatar Marcin Serwin
Browse files

Revert "renpy: drop `RENPY_DEPS_INSTALL`"

This reverts commit d151e48c.

The commit dropping `RENPY_DEPS_INSTALL` support [1] is present only on
the master branch which is not yet released.

[1]:https://github.com/renpy/renpy/commit/f2d3e0d20e2e4267bf9ff0bd0d482f1fd4a5a2fc
parent dc8152a2
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -65,6 +65,20 @@ stdenv.mkDerivation (finalAttrs: {
      tkinter
    ]);

  RENPY_DEPS_INSTALL = lib.concatStringsSep "::" [
    ffmpeg.lib
    freetype
    fribidi
    glew.dev
    harfbuzz.dev
    libGL
    libGLU
    libpng
    SDL2
    (lib.getDev SDL2)
    zlib
  ];

  enableParallelBuilding = true;

  patches = [