mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
kdePackages.calligra: fix build with poppler 26.04.0
(cherry picked from commit 356c27549a)
This commit is contained in:
parent
49f757ce2a
commit
86c8470099
1 changed files with 9 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
mkKdeDerivation,
|
||||
lib,
|
||||
fetchpatch,
|
||||
boost,
|
||||
eigen,
|
||||
gsl,
|
||||
|
|
@ -26,6 +27,14 @@
|
|||
mkKdeDerivation {
|
||||
pname = "calligra";
|
||||
|
||||
patches = [
|
||||
# Fix build with Poppler 26.04
|
||||
(fetchpatch {
|
||||
url = "https://invent.kde.org/office/calligra/-/commit/e9aae90db47ca87d639b8f2b17ec75c1b6093e27.patch";
|
||||
hash = "sha256-V21Bw0xV/E4a9v8Yrt0vZ3AU1LJFHul1k92u+nsp85I=";
|
||||
})
|
||||
];
|
||||
|
||||
extraBuildInputs = [
|
||||
boost
|
||||
eigen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue