Skip to content

Commit

Permalink
cups-filters: fix path to pdftops
Browse files Browse the repository at this point in the history
This is hardcoded to /usr/bin/pdftops by default.
  • Loading branch information
gebner committed Jun 12, 2017
1 parent 5fbab5d commit 798e256
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/misc/cups/filters.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 798e256

Please sign in to comment.