Merge pull request #252064 from marsam/fix-sioyek-build

sioyek: fix build

authored by

Mario Rodas and committed by
GitHub
827399b1 7ef9e50a

+10
+10
pkgs/applications/misc/sioyek/default.nix
··· 2 2 , stdenv 3 3 , installShellFiles 4 4 , fetchFromGitHub 5 + , fetchurl 5 6 , freetype 6 7 , gumbo 7 8 , harfbuzz ··· 25 26 rev = "v${finalAttrs.version}"; 26 27 sha256 = "sha256-GFZaTXJhoBB+rSe7Qk6H6FZJVXr3nO9XgM+LAbS4te4="; 27 28 }; 29 + 30 + patches = [ 31 + # Fixed compatibility with mupdf-0.23.0 32 + # https://github.com/ahrm/sioyek/issues/804 33 + (fetchurl { 34 + url = "https://git.alpinelinux.org/aports/plain/community/sioyek/mupdf-0.23.0.patch?id=86e913eccf19b97a16f25d9b6cdf0f50232f1226"; 35 + hash = "sha256-sEqhpk7/h6g/fIhbu5LgpKKnbnIFLInrTP1k+/GhrXE="; 36 + }) 37 + ]; 28 38 29 39 buildInputs = [ 30 40 gumbo