pdf2svg: remove unused gtk2 dependency

It was removed upstream: https://github.com/dawbarton/pdf2svg/issues/7
This commit is contained in:
Robert Schütz
2026-07-23 15:16:39 -07:00
parent dde6423243
commit a2d7b92fac

View File

@@ -5,7 +5,6 @@
autoreconfHook,
pkg-config,
cairo,
gtk2,
poppler,
}:
@@ -27,7 +26,6 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
cairo
poppler
gtk2
];
meta = {