tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
update meta.license and add comment for patch
Bogdan Burlacu
5 years ago
6790f75d
bf8c24d3
+2
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
qpdfview
default.nix
+2
-1
pkgs/applications/misc/qpdfview/default.nix
···
14
buildInputs = [
15
qtbase qtsvg poppler djvulibre libspectre cups file ghostscript
16
];
0
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";