Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: eda44a6d29bd
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 02380e784167
Choose a head ref
  • 3 commits
  • 3 files changed
  • 3 contributors

Commits on Nov 15, 2019

  1. nixos/lorri: add to environment.systemPackages

    most likely, people enabling the lorri module also want to use it,
    without explicitly having to add it to users.users.<username>.packages.
    
    cc @curiousleo @Profpatsch
    
    (cherry picked from commit fd7d88f)
    flokli committed Nov 15, 2019
    Copy the full SHA
    78486a8 View commit details
    Browse the repository at this point in the history
  2. pythonPackages.nixpart: unmark broken

    (cherry picked from commit 75667c2)
    lheckemann committed Nov 15, 2019
    Copy the full SHA
    d76f279 View commit details
    Browse the repository at this point in the history
  3. p4v: explicitly depend on openssl 1.0 series

    The 2017.3 version of p4v is linked against `libssl.so.1.0.0`.  Since
    the default openssl in NixOS 2019.09 has been changed to openssl 1.1,
    the p4v package must now import the openssl_1_0_2 derivation.
    
    (cherry picked from commit 1ced63d)
    
    cc #71301
    Closes: #73456
    nathyong authored and veprbl committed Nov 15, 2019
    Copy the full SHA
    02380e7 View commit details
    Browse the repository at this point in the history