cups-filters: fix path to pdftops

This is hardcoded to /usr/bin/pdftops by default.
This commit is contained in:
Gabriel Ebner 2017-06-12 11:19:40 +02:00
parent 5fbab5dfb3
commit 798e256dcd

View File

@ -25,6 +25,7 @@ in stdenv.mkDerivation rec {
configureFlags = [
"--with-pdftops=pdftops"
"--with-pdftops-path=${poppler_utils}/bin/pdftops"
"--enable-imagefilters"
"--with-rcdir=no"
"--with-shell=${stdenv.shell}"