graphicsmagick: include pkg-config among nativeBuildInputs

This is necessary in order to enable SVG support.
This commit is contained in:
Julie B.
2024-04-10 11:43:13 +02:00
parent bc60b9e572
commit e0220f2073
@@ -15,6 +15,7 @@
, libwebp
, libxml2
, nukeReferences
, pkg-config
, quantumdepth ? 8
, runCommand
, stdenv
@@ -50,6 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
nukeReferences
pkg-config
xz
] ++ lib.optionals stdenv.hostPlatform.isDarwin [ fixDarwinDylibNames ];