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: 166a71a6ae42
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d49b38b73ccb
Choose a head ref
  • 6 commits
  • 5 files changed
  • 1 contributor

Commits on Jul 15, 2020

  1. Copy the full SHA
    10e5b93 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7c75c1e View commit details
    Browse the repository at this point in the history
  3. libinput: fix subcommands

    Running subcommands like `libinput measure` requires python and some python modules.
    
    I previously added the dependencies in [1] but [2] accidentally moved them to checkInputs so they are not available at runtime by patchShebangs (especially since tests are disabled).
    
    Additionally, the tools were ported from evdev python module to python-libevdev in libinput 1.14, which was missed [3] during upgrade.
    
    Finally, other python modules are needed so let's add them as well.
    
    [1]: #51304
    [2]: de14f0c
    [3]: b291f2a
    jtojnar committed Jul 15, 2020
    Copy the full SHA
    6cf8110 View commit details
    Browse the repository at this point in the history
  4. python3.pkgs.pyudev: do not propagate systemd

    It is not linked against so there is no need to include it in build inputs, much less propagate it.
    
    This removes systemd.dev from the runtime closure of packages using pyudev.
    jtojnar committed Jul 15, 2020
    Copy the full SHA
    d9f4163 View commit details
    Browse the repository at this point in the history
  5. libevdev: fix aarch64 support

    jtojnar committed Jul 15, 2020
    Copy the full SHA
    f83c9a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Copy the full SHA
    d49b38b View commit details
    Browse the repository at this point in the history