cups-filters: fix path to pdftops
This is hardcoded to /usr/bin/pdftops by default.
This commit is contained in:
parent
5fbab5dfb3
commit
798e256dcd
@ -25,6 +25,7 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-pdftops=pdftops"
|
"--with-pdftops=pdftops"
|
||||||
|
"--with-pdftops-path=${poppler_utils}/bin/pdftops"
|
||||||
"--enable-imagefilters"
|
"--enable-imagefilters"
|
||||||
"--with-rcdir=no"
|
"--with-rcdir=no"
|
||||||
"--with-shell=${stdenv.shell}"
|
"--with-shell=${stdenv.shell}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user