Skip to content
Commit 631c71da authored by Yarny0's avatar Yarny0
Browse files

nixos/printing: fix CUPS `SetEnv` directive placement

With CUPS v2.3b5, the configuration directive `SetEnv`
moved from `cupsd.conf` to `cups-files.conf`.  See also
https://github.com/apple/cups/commit/d47f6aec436e0e9df6554436e391471097686ecc .

We have to follow up as `SetEnv` is now ignored in `cupsd.conf`.
Without this, executables called by cups
can't find other executables they depend on,
like `gs` or `perl`.
parent d956f227
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment