Skip to content

Commit 536471e

Browse files
authored
Revert "renpy: drop RENPY_DEPS_INSTALL" (#404470)
2 parents efda522 + c769907 commit 536471e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

pkgs/by-name/re/renpy/package.nix

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,24 @@ stdenv.mkDerivation (finalAttrs: {
6565
tkinter
6666
]);
6767

68+
RENPY_DEPS_INSTALL = lib.concatStringsSep "::" (
69+
[
70+
ffmpeg.lib
71+
freetype
72+
fribidi
73+
glew.dev
74+
harfbuzz.dev
75+
libpng
76+
SDL2
77+
(lib.getDev SDL2)
78+
zlib
79+
]
80+
++ lib.optionals (!stdenv.hostPlatform.isDarwin) [
81+
libGL
82+
libGLU
83+
]
84+
);
85+
6886
enableParallelBuilding = true;
6987

7088
patches = [

0 commit comments

Comments
 (0)