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: 0d0d7dcd06a0
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f78835e791c8
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Nov 18, 2018

  1. pythonPackages.requests: disable multiple outputs

    The `dev` output is empty anyway.
    
    The problem is that it interacts badly with other parts of python and
    stdenv infrastructure. In particular, before this patch it installs
    code into `out` output (with only generated `nix-support` in `dev`),
    but `makePythonPath` then uses `propagatedBuildInputs` to generate
    `PYTHONPATH` while stdenv selects `dev` outputs for
    `propagatedBuiltInputs`. This results in `makePythonPath` linking to
    the empty `dev` output in `PYTHONPATH`.
    
    This reverts a piece of commit 28299f6.
    oxij authored and FRidh committed Nov 18, 2018
    Copy the full SHA
    60ba7d2 View commit details
    Browse the repository at this point in the history
  2. kodiPlugins.simpleplugin: init at 2.3.2

    oxij authored and FRidh committed Nov 18, 2018
    Copy the full SHA
    607c6e7 View commit details
    Browse the repository at this point in the history
  3. kodiPlugins.yatp: init at 3.3.2

    oxij authored and FRidh committed Nov 18, 2018
    Copy the full SHA
    e220331 View commit details
    Browse the repository at this point in the history
  4. kodiPlugins.exodus: remove

    No loner exists, I couldn't find an official replacement repo, should be
    removed according to
    #46196 (comment)
    oxij authored and FRidh committed Nov 18, 2018
    Copy the full SHA
    f78835e View commit details
    Browse the repository at this point in the history