update meta.license and add comment for patch

+2 -1
+2 -1
pkgs/applications/misc/qpdfview/default.nix
··· 14 buildInputs = [ 15 qtbase qtsvg poppler djvulibre libspectre cups file ghostscript 16 ]; 17 patches = [ ./qpdfview-qt515-compat.patch ]; 18 in 19 mkDerivation { ··· 41 meta = { 42 inherit (s) version; 43 description = "A tabbed document viewer"; 44 - license = lib.licenses.gpl2; 45 maintainers = [lib.maintainers.raskin]; 46 platforms = lib.platforms.linux; 47 homepage = "https://launchpad.net/qpdfview";
··· 14 buildInputs = [ 15 qtbase qtsvg poppler djvulibre libspectre cups file ghostscript 16 ]; 17 + # apply upstream fix for qt5.15 https://bazaar.launchpad.net/~adamreichold/qpdfview/trunk/revision/2104 18 patches = [ ./qpdfview-qt515-compat.patch ]; 19 in 20 mkDerivation { ··· 42 meta = { 43 inherit (s) version; 44 description = "A tabbed document viewer"; 45 + license = lib.licenses.gpl2Plus; 46 maintainers = [lib.maintainers.raskin]; 47 platforms = lib.platforms.linux; 48 homepage = "https://launchpad.net/qpdfview";