Revert "renpy: drop RENPY_DEPS_INSTALL" (#404470)
This commit is contained in:
commit
536471e50b
@ -65,6 +65,24 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
tkinter
|
tkinter
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
RENPY_DEPS_INSTALL = lib.concatStringsSep "::" (
|
||||||
|
[
|
||||||
|
ffmpeg.lib
|
||||||
|
freetype
|
||||||
|
fribidi
|
||||||
|
glew.dev
|
||||||
|
harfbuzz.dev
|
||||||
|
libpng
|
||||||
|
SDL2
|
||||||
|
(lib.getDev SDL2)
|
||||||
|
zlib
|
||||||
|
]
|
||||||
|
++ lib.optionals (!stdenv.hostPlatform.isDarwin) [
|
||||||
|
libGL
|
||||||
|
libGLU
|
||||||
|
]
|
||||||
|
);
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user