kdePackages.calligra: Fix build with Poppler 25.10
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
mkKdeDerivation,
|
mkKdeDerivation,
|
||||||
lib,
|
lib,
|
||||||
|
fetchpatch,
|
||||||
boost,
|
boost,
|
||||||
eigen,
|
eigen,
|
||||||
gsl,
|
gsl,
|
||||||
@@ -26,6 +27,14 @@
|
|||||||
mkKdeDerivation {
|
mkKdeDerivation {
|
||||||
pname = "calligra";
|
pname = "calligra";
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
# Fix build with Poppler 25.10
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://invent.kde.org/office/calligra/-/commit/45e8b302bce1d318f310ea13599d7ce84acc477e.patch";
|
||||||
|
hash = "sha256-TECB3eo24+gI8TXL8gw9BIdFWqw0JBKCWpoNVqBSan8=";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
extraBuildInputs = [
|
extraBuildInputs = [
|
||||||
boost
|
boost
|
||||||
eigen
|
eigen
|
||||||
|
|||||||
Reference in New Issue
Block a user