mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-25 10:00:28 +00:00
pdf2svg: remove unused gtk2 dependency
It was removed upstream: https://github.com/dawbarton/pdf2svg/issues/7
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
autoreconfHook,
|
||||
pkg-config,
|
||||
cairo,
|
||||
gtk2,
|
||||
poppler,
|
||||
}:
|
||||
|
||||
@@ -27,7 +26,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
buildInputs = [
|
||||
cairo
|
||||
poppler
|
||||
gtk2
|
||||
];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user