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: cc4ff0904f4c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c36e1b0d18b8
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 24, 2019

  1. build libinput to look for local quirks in /etc

    If the user wants to configure libinput locally (e.g. to tune
    touchpad sensitivity) the advertised[*] mechanism to do this
    upstream is by adding a file /etc/libinput/local-overrides.quirks
    
    Add --sysconfdir option to the libinput configurePhase so that we
    build libinput to look for the file there instead of in libinput's
    store path
    
    [*] can't quite claim it as "supported", but it's certainly the
    mechanism that's publically described.  See
    https://wayland.freedesktop.org/libinput/doc/latest/device-quirks.html
    telent authored and FRidh committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    c36e1b0 View commit details
    Browse the repository at this point in the history