cups-filters: add all needed execve runtime paths
Otherwise cupsd reports errors that e.g. `gs` cannot be found (provided it’s not available in the system closure PATH).
This commit is contained in:
parent
f505340252
commit
7c4d36fc64
@ -35,8 +35,12 @@ in stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
# TODO(Profpatsch): mupdf support
|
||||||
"--with-pdftops=pdftops"
|
"--with-pdftops=pdftops"
|
||||||
"--with-pdftops-path=${poppler_utils}/bin/pdftops"
|
"--with-pdftops-path=${poppler_utils}/bin/pdftops"
|
||||||
|
"--with-gs-path=${ghostscript}/bin/gs"
|
||||||
|
"--with-pdftocairo-path=${poppler_utils}/bin/pdftocairo"
|
||||||
|
"--with-ippfind-path=${cups}/bin/ippfind"
|
||||||
"--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