Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 0ced576a9e83
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 38fdc9f8f84d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 5, 2019

  1. 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
    apple/cups@d47f6ae .
    
    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`.
    Yarny0 committed Apr 5, 2019
    Copy the full SHA
    631c71d View commit details
    Browse the repository at this point in the history

Commits on May 30, 2019

  1. Merge pull request #59076 from Yarny0/cups-path-fix

    nixos/printing: fix CUPS `SetEnv` directive placement
    matthewbauer committed May 30, 2019
    Copy the full SHA
    38fdc9f View commit details
    Browse the repository at this point in the history