zathura-pdf-mupdf: add patch for MuPDF 1.17 support
This commit is contained in:
parent
b20b08dc87
commit
859f1c7dda
@ -1,4 +1,4 @@
|
||||
{ stdenv, lib, meson, ninja, fetchurl
|
||||
{ stdenv, lib, meson, ninja, fetchurl, fetchpatch
|
||||
, pkgconfig, zathura_core, cairo , gtk-mac-integration, girara, mupdf }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -10,6 +10,14 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1pjwsb7zwclxsvz229fl7y2saf1pv3ifwv3ay8viqxgrp9x3z9hq";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# compatibility with MuPDF 1.17
|
||||
(fetchpatch {
|
||||
url = "https://git.pwmt.org/pwmt/zathura-pdf-mupdf/-/commit/c7f341addb76d5e6fd8c24c666d8fe97c451a4cb.patch";
|
||||
sha256 = "12rikx2j7dpngfma9x4i504w58a8xx3rc0gmyz183v19hn54c075";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ meson ninja pkgconfig ];
|
||||
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user