From 85fc64657c08e2d1343eb3ed42e96fdf5fab5fd7 Mon Sep 17 00:00:00 2001 From: Marcin Serwin Date: Tue, 24 Jun 2025 22:18:50 +0200 Subject: [PATCH] sdl3-ttf: enable plutosvg integration It is also enabled by default upstream so this should cause fewer incompatibilities in the future. Signed-off-by: Marcin Serwin --- pkgs/by-name/sd/sdl3-ttf/package.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/sd/sdl3-ttf/package.nix b/pkgs/by-name/sd/sdl3-ttf/package.nix index c3ccf66b346a..b51dbb463c99 100644 --- a/pkgs/by-name/sd/sdl3-ttf/package.nix +++ b/pkgs/by-name/sd/sdl3-ttf/package.nix @@ -11,6 +11,7 @@ harfbuzz, glib, ninja, + plutosvg, fixDarwinDylibNames, }: @@ -39,13 +40,13 @@ stdenv.mkDerivation (finalAttrs: { freetype harfbuzz glib + plutosvg ]; cmakeFlags = [ (lib.cmakeBool "SDLTTF_STRICT" true) (lib.cmakeBool "SDLTTF_HARFBUZZ" true) - # disable plutosvg (not in nixpkgs) - (lib.cmakeBool "SDLTTF_PLUTOSVG" false) + (lib.cmakeBool "SDLTTF_PLUTOSVG" true) ]; passthru = {