Skip to content

Commit 9adc208

Browse files
committed
plasma5Packages.kitinerary: fix build with Poppler 22.03
1 parent 44c7781 commit 9adc208

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

pkgs/applications/kde/kitinerary.nix

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ mkDerivation, lib, extra-cmake-modules
1+
{ mkDerivation, fetchpatch, lib, extra-cmake-modules
22
, qtdeclarative, ki18n, kmime, kpkpass
33
, poppler, kcontacts, kcalendarcore
44
, shared-mime-info
@@ -10,6 +10,15 @@ mkDerivation {
1010
license = with lib.licenses; [ lgpl21 ];
1111
maintainers = [ lib.maintainers.bkchr ];
1212
};
13+
14+
patches = [
15+
# Fix build with poppler 22.03
16+
(fetchpatch {
17+
url = "https://github.com/KDE/kitinerary/commit/e21d1ffc5fa81a636245f49c97fe7cda63abbb1d.patch";
18+
sha256 = "1/zgq9QIOCPplqplDqgpoqzuYFf/m1Ixxawe50t2F04=";
19+
})
20+
];
21+
1322
nativeBuildInputs = [
1423
extra-cmake-modules
1524
shared-mime-info # for update-mime-database

0 commit comments

Comments
 (0)