pdf2svg: remove unused gtk2 dependency (#545056)

This commit is contained in:
dotlambda
2026-07-25 04:48:59 +00:00
committed by GitHub
-2
View File
@@ -5,7 +5,6 @@
autoreconfHook,
pkg-config,
cairo,
gtk2,
poppler,
}:
@@ -27,7 +26,6 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
cairo
poppler
gtk2
];
meta = {