Merge pull request #302786 from bbjubjub2494/gm-svg

graphicsmagick: fix svg support
This commit is contained in:
Peder Bergebakken Sundt 2024-04-17 17:00:17 +02:00 committed by GitHub
commit 6b323a4661
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 ];