chickenPackages.chickenEggs.sdl2-ttf: fix build on linux

Change needed since the enablement of `strictDeps = true`.
This commit is contained in:
Daniel Nagy 2023-10-24 14:45:00 +02:00
parent 24e19542cf
commit 291a3c4a47
No known key found for this signature in database
GPG Key ID: 1B8E8DCB576FB671

View File

@ -77,7 +77,10 @@ in
((addToPropagatedBuildInputsWithPkgConfig pkgs.SDL2_image old) //
# needed for sdl2-config to be in PATH
(addToNativeBuildInputs pkgs.SDL2 old));
sdl2-ttf = addToBuildInputs pkgs.SDL2_ttf;
sdl2-ttf = old:
((addToPropagatedBuildInputsWithPkgConfig pkgs.SDL2_ttf old) //
# needed for sdl2-config to be in PATH
(addToNativeBuildInputs pkgs.SDL2 old));
soil = addToPropagatedBuildInputsWithPkgConfig pkgs.libepoxy;
sqlite3 = addToBuildInputs pkgs.sqlite;
stemmer = old: