cups_filter: fix build
This commit is contained in:
parent
6429b1cc09
commit
394562655f
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, cups, poppler, fontconfig
|
{ stdenv, fetchurl, pkgconfig, cups, poppler, poppler_utils, fontconfig
|
||||||
, libjpeg, libpng, perl, ijs, qpdf, dbus, substituteAll, bash }:
|
, libjpeg, libpng, perl, ijs, qpdf, dbus, substituteAll, bash }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig cups poppler fontconfig libjpeg libpng perl
|
pkgconfig cups poppler poppler_utils fontconfig libjpeg libpng perl
|
||||||
ijs qpdf dbus
|
ijs qpdf dbus
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user