pdf-quench: use poppler_gi from top-level

This commit is contained in:
Florian Klink 2018-04-30 17:26:59 +02:00
parent ccb7e5488e
commit 1478878cab

View file

@ -16,7 +16,7 @@ pythonPackages.buildPythonApplication rec {
gtk3
gobjectIntrospection
goocanvas2
(poppler.override { introspectionSupport = true; })
poppler_gi
];
propagatedBuildInputs = with pythonPackages; [ pygobject3 pypdf2 ];