graphicsmagick: include pkg-config among nativeBuildInputs
This is necessary in order to enable SVG support.
This commit is contained in:
parent
bc60b9e572
commit
e0220f2073
1 changed files with 2 additions and 0 deletions
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue