pythonPackages.poppler-qt5: 0.24.2 -> 21.1.0

Builds using sip 5
This commit is contained in:
Eduardo Sánchez Muñoz
2021-04-29 11:38:43 +02:00
parent f7dccd8e25
commit 9e9f6f02a3
3 changed files with 38 additions and 30 deletions
+1 -1
View File
@@ -5067,7 +5067,7 @@ in {
poolsense = callPackage ../development/python-modules/poolsense { };
poppler-qt5 = callPackage ../development/python-modules/poppler-qt5 {
inherit (pkgs.qt5) qtbase;
inherit (pkgs.qt5) qtbase qmake;
inherit (pkgs.libsForQt5) poppler;
};