summary refs log tree commit diff
path: root/pkgs/applications/office/scribus
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2022-04-09 00:36:00 +0200
committerJan Tojnar <jtojnar@gmail.com>2022-04-09 00:36:51 +0200
commit25f2da0d70d3d102d989497d5f44902eb9203380 (patch)
tree62b5d06c82e8a88f0081aa55be31a260cb39c678 /pkgs/applications/office/scribus
parent0c7c76fa9e2f5c7b446c1182c79eabac08588392 (diff)
scribusUnstable: Fix build with Poppler 22.04
Diffstat (limited to 'pkgs/applications/office/scribus')
-rw-r--r--pkgs/applications/office/scribus/unstable.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/applications/office/scribus/unstable.nix b/pkgs/applications/office/scribus/unstable.nix
index 754c9ba03d4eb..d3f706bbf0549 100644
--- a/pkgs/applications/office/scribus/unstable.nix
+++ b/pkgs/applications/office/scribus/unstable.nix
@@ -84,6 +84,11 @@ mkDerivation rec {
       url = "https://github.com/scribusproject/scribus/commit/48263954a7dee0be815b00f417ae365ab26cdd85.patch";
       sha256 = "1WE9kALFw79bQH88NUafXaZ1Y/vJEKTIWxlk5c+opsQ=";
     })
+    # For Poppler 22.04
+    (fetchpatch {
+      url = "https://github.com/scribusproject/scribus/commit/f2237b8f0b5cf7690e864a22ef7a63a6d769fa36.patch";
+      sha256 = "FXpLoX/a2Jy3GcfzrUUyVUfEAp5wAy2UfzfVA5lhwJw=";
+    })
   ];
 
   nativeBuildInputs = [