cups_filter: fix build

This commit is contained in:
Thomas Tuegel 2015-04-02 19:13:26 -05:00
parent 6429b1cc09
commit 394562655f

View File

@ -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 }:
stdenv.mkDerivation rec {
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
];
buildInputs = [
pkgconfig cups poppler fontconfig libjpeg libpng perl
pkgconfig cups poppler poppler_utils fontconfig libjpeg libpng perl
ijs qpdf dbus
];