summary refs log tree commit diff
path: root/pkgs/applications/office/scribus
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2021-02-10 00:50:18 +0100
committerajs124 <git@ajs124.de>2021-02-10 00:50:18 +0100
commit55bce00cea5aa55cf59189fabfd7eb4dda162b1e (patch)
tree815d5d2b58f0e0a9071d8e2c4eb3f7c210e2562f /pkgs/applications/office/scribus
parent3b2773da443a047262f960552fa61cda2fa5c556 (diff)
scribusUnstable: fix build with podofo 0.9.7
Diffstat (limited to 'pkgs/applications/office/scribus')
-rw-r--r--pkgs/applications/office/scribus/unstable.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/applications/office/scribus/unstable.nix b/pkgs/applications/office/scribus/unstable.nix
index acf44880452b7..f83ce8b39b1cc 100644
--- a/pkgs/applications/office/scribus/unstable.nix
+++ b/pkgs/applications/office/scribus/unstable.nix
@@ -43,6 +43,13 @@ mkDerivation rec {
     sha256 = "sha256-1CV2lVOc+kDerYq9rwTFHjTU10vK1aLJNNCObp1Dt6s=";
   };
 
+  patches = [
+    (fetchpatch {  # fix build with podofo 0.9.7
+      url = "https://github.com/scribusproject/scribus/commit/c6182ef92820b422d61c904e40e9fed865458eb5.patch";
+      sha256 = "0vp275xfbd4xnj5s55cgzsihgihby5mmjlbmrc7sa6jbrsm8aa2c";
+    })
+  ];
+
   nativeBuildInputs = [
     cmake
     pkg-config