gimp: add libxslt for rebuilding menus XML files

This commit is contained in:
Mathias Sven 2024-09-15 21:49:58 +01:00
parent f6284a2096
commit f5cb564fa1

View File

@ -42,6 +42,7 @@
, mypaint-brushes1
, libwebp
, libheif
, libxslt
, libgudev
, openexr
, desktopToDarwinBundle
@ -85,6 +86,7 @@ in stdenv.mkDerivation (finalAttrs: {
gettext
makeWrapper
gtk-doc
libxslt
] ++ lib.optionals stdenv.isDarwin [
desktopToDarwinBundle
];