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 = [
|
||||
"--with-pdftops=pdftops"
|
||||
"--with-pdftops-path=${poppler_utils}/bin/pdftops"
|
||||
"--enable-imagefilters"
|
||||
"--with-rcdir=no"
|
||||
"--with-shell=${stdenv.shell}"
|
||||
|
Loading…
Reference in New Issue
Block a user