cups-filters: fix the build with poppler-0.67.0
Apply the patch from https://github.com/OpenPrinting/cups-filters/pull/51 closes #44282
This commit is contained in:
parent
3183e9e32a
commit
347ff3238a
@ -2,6 +2,7 @@
|
|||||||
, libjpeg, libpng, perl, ijs, qpdf, dbus, avahi
|
, libjpeg, libpng, perl, ijs, qpdf, dbus, avahi
|
||||||
, makeWrapper, coreutils, gnused, bc, gawk, gnugrep, which, ghostscript
|
, makeWrapper, coreutils, gnused, bc, gawk, gnugrep, which, ghostscript
|
||||||
, mupdf
|
, mupdf
|
||||||
|
, fetchpatch
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -16,6 +17,16 @@ in stdenv.mkDerivation rec {
|
|||||||
sha256 = "0sjkmclcb1r77015wllsyz26272br3s17v6b1q2xwb2nm2gnwx9k";
|
sha256 = "0sjkmclcb1r77015wllsyz26272br3s17v6b1q2xwb2nm2gnwx9k";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
# This patch fixes cups-filters when compiled with poppler-0.67.0.
|
||||||
|
# Issue: https://github.com/OpenPrinting/cups-filters/pull/50
|
||||||
|
# PR: https://github.com/OpenPrinting/cups-filters/pull/51
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://github.com/OpenPrinting/cups-filters/commit/219de01c61f3b1ec146abf142d0dfc8c560cc58e.patch";
|
||||||
|
sha256 = "0f0lql3rbm2g8mxrpigfyi8fb4i2g4av20g417jzdilp60jq0ny8";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig makeWrapper ];
|
nativeBuildInputs = [ pkgconfig makeWrapper ];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user