about summary refs log tree commit diff
path: root/pkgs/tools/graphics/cuneiform
diff options
context:
space:
mode:
authorPaul Mulders <justinkb@gmail.com>2022-04-18 16:01:28 +0200
committerPaul Mulders <justinkb@gmail.com>2022-04-18 16:35:53 +0200
commit2e5cf118420ef77f7e2a7380429a034bdfd5a978 (patch)
treecdabf18c0d30b5029b410d784ed0305ceda68298 /pkgs/tools/graphics/cuneiform
parentdf6fa84709e3c7413df2dd9ef162b6e5167557a6 (diff)
cuneiform: fix build with gcc 11
Diffstat (limited to 'pkgs/tools/graphics/cuneiform')
-rw-r--r--pkgs/tools/graphics/cuneiform/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/tools/graphics/cuneiform/default.nix b/pkgs/tools/graphics/cuneiform/default.nix
index 3d7608ac094cd..beaf2c1f213dc 100644
--- a/pkgs/tools/graphics/cuneiform/default.nix
+++ b/pkgs/tools/graphics/cuneiform/default.nix
@@ -14,6 +14,10 @@ stdenv.mkDerivation {
     url = "https://raw.githubusercontent.com/archlinux/svntogit-community/a2ec92f05de006b56d16ac6a6c370d54a554861a/cuneiform/trunk/build-fix.patch";
     sha256 = "19cmrlx4khn30qqrpyayn7bicg8yi0wpz1x1bvqqrbvr3kwldxyj";
   })
+  (fetchurl {
+    url = "https://gitweb.gentoo.org/repo/gentoo.git/plain/app-text/cuneiform/files/cuneiform-1.1.0-gcc11.patch";
+    sha256 = "14bp2f4dvlgxnpdza1rgszhkbxhp6p7lhgnb1s7c1x7vwdrx0ri7";
+  })
   ];
 
   postPatch = ''