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: f22388e986ce
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 31954b85e880
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 21, 2017

  1. hplip: install PPDs where CUPS will find them

    (cherry picked from commit 5ab37fb)
    ttuegel committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    e3b483a View commit details
    Browse the repository at this point in the history
  2. hplip: introduce nettools dependency (#26439)

    * hplip: introduce nettools dependency
    
    Some HP printers (notably a HP MFP M477fnw) need to run `hostname` as part of
    the printing process. This executable is provided by the "nettools" package.
    
    * hplip: prepend nettools to PATH
    
    (cherry picked from commit 0c54a29)
    jgertm authored and ttuegel committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    d687d0f View commit details
    Browse the repository at this point in the history
  3. hplip: fix Python wrappers

    We cannot rely on wrapPythonPrograms to wrap the installed executables because
    they are symlinks (which it ignores). Instead, we have to emulate it to make
    the wrappers ourselves.
    
    (cherry picked from commit 1e2ebee)
    ttuegel committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    31954b8 View commit details
    Browse the repository at this point in the history