kdePackages.okular: fix custom stamp extreme downsampling

This commit is contained in:
Federico Beffa
2025-12-23 16:33:39 +01:00
parent d222d01cd2
commit c3829b59b5
+8
View File
@@ -10,6 +10,7 @@
libzip,
djvulibre,
ebook_tools,
fetchpatch,
discount,
}:
mkKdeDerivation {
@@ -30,5 +31,12 @@ mkKdeDerivation {
ebook_tools
discount
];
patches = [
(fetchpatch {
name = "okular-extreme-downsample-fix.patch";
url = "https://invent.kde.org/graphics/okular/-/commit/554b4c12aecd5c84c9d47b29de091af1afe8e346.patch";
hash = "sha256-S338z+92nBYMP6uqvk7rP9AsIoZ0JJCVu9Wo4NVSufk=";
})
];
meta.mainProgram = "okular";
}