graphicsmagick: include pkg-config among nativeBuildInputs

This is necessary in order to enable SVG support.
This commit is contained in:
Julie B. 2024-04-09 10:02:47 +02:00
parent bc60b9e572
commit e0220f2073
1 changed files with 2 additions and 0 deletions

View File

@ -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 ];