renpy: drop RENPY_DEPS_INSTALL

This was removed by upstream in
<https://github.com/renpy/renpy/commit/f2d3e0d20e2e4267bf9ff0bd0d482f1fd4a5a2fc>.
This commit is contained in:
Emily
2025-04-21 22:43:12 +01:00
parent 7e6d1f1ea4
commit d151e48c63
-14
View File
@@ -65,20 +65,6 @@ 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 = [