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: 29f59a1e2035
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 40991fa87c94
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 1, 2018

  1. libinput: fix docs & libinput command

    libinput switched from Doxygen to Sphinx for user docs. Since Sphinx is a Python
    module, it propagates Python. And because it is listed in nativeBuildInputs,
    its python binary takes precedence over the one added in buildInputs.
    This results in a wrong interpreter being substituted into shebangs.
    
    The contamination occurred previously too but libinput does not use pyparsing
    dependency since 1.12.0, so it could be removed.
    
    I prevented Sphinx from propagating Python and added some additional
    dependencies to it. In the future we might want something more reusable.
    
    While at it, I also fixed the tests.
    jtojnar committed Dec 1, 2018
    Copy the full SHA
    27aed1b View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. Merge pull request #51304 from jtojnar/libinput-docs-fix

    libinput: fix docs & libinput command
    jtojnar committed Dec 13, 2018
    Copy the full SHA
    40991fa View commit details
    Browse the repository at this point in the history