update meta.license and add comment for patch

This commit is contained in:
Bogdan Burlacu 2021-02-25 22:54:53 +01:00
parent bf8c24d3de
commit 6790f75d55
No known key found for this signature in database
GPG key ID: 5B0EFDDFBA816105

View file

@ -14,6 +14,7 @@ let
buildInputs = [
qtbase qtsvg poppler djvulibre libspectre cups file ghostscript
];
# apply upstream fix for qt5.15 https://bazaar.launchpad.net/~adamreichold/qpdfview/trunk/revision/2104
patches = [ ./qpdfview-qt515-compat.patch ];
in
mkDerivation {
@ -41,7 +42,7 @@ mkDerivation {
meta = {
inherit (s) version;
description = "A tabbed document viewer";
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Plus;
maintainers = [lib.maintainers.raskin];
platforms = lib.platforms.linux;
homepage = "https://launchpad.net/qpdfview";