mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
pdf-quench: use poppler_gi from top-level
This commit is contained in:
parent
ccb7e5488e
commit
1478878cab
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ pythonPackages.buildPythonApplication rec {
|
|||
gtk3
|
||||
gobjectIntrospection
|
||||
goocanvas2
|
||||
(poppler.override { introspectionSupport = true; })
|
||||
poppler_gi
|
||||
];
|
||||
propagatedBuildInputs = with pythonPackages; [ pygobject3 pypdf2 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue