qt515 compatibility for qpdfview 0.4.18

This commit is contained in:
Bogdan Burlacu
2021-02-25 18:40:33 +01:00
parent daf30a5116
commit bf8c24d3de
3 changed files with 20 additions and 2 deletions
+2 -1
View File
@@ -14,11 +14,12 @@ let
buildInputs = [
qtbase qtsvg poppler djvulibre libspectre cups file ghostscript
];
patches = [ ./qpdfview-qt515-compat.patch ];
in
mkDerivation {
pname = s.baseName;
inherit (s) version;
inherit nativeBuildInputs buildInputs;
inherit nativeBuildInputs buildInputs patches;
src = fetchurl {
inherit (s) url sha256;
};