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: ef8c34c47217
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e6a37ef446f7
Choose a head ref
  • 13 commits
  • 13 files changed
  • 8 contributors

Commits on Nov 12, 2019

  1. pipenv: fix dependencies

    - setup_requires belong in nativeBuildInputs
    - requests is only for Python 2. We offer only a Python 3 version of
    pipenv
    - setting PYTHONPATH is not needed because the magical sed expression
    injects the dependencies in the executables. Otherwise, we would use
    NIX_PYTHONPATH.
    - PIP_IGNORE_INSTALLED was needed because of PYTHONPATH, but since we do
    not set that anymore we can remove.
    
    (cherry picked from commit 7f63ecf)
    FRidh committed Nov 12, 2019
    Copy the full SHA
    dac9a00 View commit details
    Browse the repository at this point in the history
  2. pipenv: patch pipenv to point to python that has virtualenv

    (cherry picked from commit 1d7e219)
    FRidh committed Nov 12, 2019
    Copy the full SHA
    465e405 View commit details
    Browse the repository at this point in the history
  3. servant-client-core: patch a security issue leaking authorization header

    (cherry picked from commit f1682a7)
    Signed-off-by: Domen Kožar <domen@dev.si>
    domenkozar committed Nov 12, 2019
    Copy the full SHA
    195cbcc View commit details
    Browse the repository at this point in the history
  4. steam: Add libva to chrootenv

    After the newest update Steam itself complained about missing files
    and would not start:
    
    * libva.so.2
    * libva-x11.so.2
    
    (cherry picked from commit 5a13b85)
    baldo committed Nov 12, 2019
    Copy the full SHA
    4d114d2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #73281 from baldo/steam

    [19.09] steam: Add libva to chrootenv
    worldofpeace committed Nov 12, 2019
    Copy the full SHA
    975ad80 View commit details
    Browse the repository at this point in the history
  6. GCC 6: Fix java support

    Major version upper bound was one too low.
    Ericson2314 committed Nov 12, 2019
    Copy the full SHA
    903bdf1 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #73292 from obsidiansystems/fix-gcj

    GCC 6: Fix java support for 19.09
    matthewbauer committed Nov 12, 2019
    Copy the full SHA
    1b524c2 View commit details
    Browse the repository at this point in the history
  8. eagle: use mkDerivation provided by qt5

    (cherry picked from commit a84607a)
    veprbl authored and worldofpeace committed Nov 12, 2019
    Copy the full SHA
    65eafbf View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    a27a9b2 View commit details
    Browse the repository at this point in the history
  10. linux: 4.19.83 -> 4.19.84

    NeQuissimus committed Nov 12, 2019
    Copy the full SHA
    88af6a7 View commit details
    Browse the repository at this point in the history
  11. linux: 4.4.200 -> 4.4.201

    NeQuissimus committed Nov 12, 2019
    Copy the full SHA
    c1c96fd View commit details
    Browse the repository at this point in the history
  12. linux: 4.9.200 -> 4.9.201

    NeQuissimus committed Nov 12, 2019
    Copy the full SHA
    f136dbd View commit details
    Browse the repository at this point in the history
  13. linux: 5.3.10 -> 5.3.11

    NeQuissimus committed Nov 12, 2019
    Copy the full SHA
    e6a37ef View commit details
    Browse the repository at this point in the history