cups-filters: 1.20.4 → 1.21.6
This commit is contained in:
parent
8aea3e4ca6
commit
6d36caab18
@ -2,7 +2,6 @@
|
|||||||
, 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
|
||||||
@ -10,23 +9,13 @@ let
|
|||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "cups-filters-${version}";
|
name = "cups-filters-${version}";
|
||||||
version = "1.20.4";
|
version = "1.21.6";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://openprinting.org/download/cups-filters/${name}.tar.xz";
|
url = "https://openprinting.org/download/cups-filters/${name}.tar.xz";
|
||||||
sha256 = "0sjkmclcb1r77015wllsyz26272br3s17v6b1q2xwb2nm2gnwx9k";
|
sha256 = "0k0x9p40bahq44189vy9zai2ia9i91h26chrddr0m9agzsy5s3k3";
|
||||||
};
|
};
|
||||||
|
|
||||||
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…
x
Reference in New Issue
Block a user