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: ae8b2749fd68
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 19cb786b9aa9
Choose a head ref
  • 6 commits
  • 5 files changed
  • 4 contributors

Commits on Apr 22, 2019

  1. perl: add .withPackages

    (cherry picked from commit 03eaa48)
    volth authored and samueldr committed Apr 22, 2019
    Copy the full SHA
    246f5a5 View commit details
    Browse the repository at this point in the history
  2. perl.pkgs.Encode: fix buildEnv collision with perl

    fix #59215 (comment)
    
    (cherry picked from commit f73eb61)
    volth authored and samueldr committed Apr 22, 2019
    Copy the full SHA
    a13cab4 View commit details
    Browse the repository at this point in the history
  3. perl.pkgs.Encode: fix typo

    (cherry picked from commit d23ff47)
    volth authored and samueldr committed Apr 22, 2019
    Copy the full SHA
    0b42d3c View commit details
    Browse the repository at this point in the history
  4. perl.meta.priority += 1

    give priority to perl libraries when they meet the perl derivation in `buildEnv`.
    
    The notable case is `buildEnv` inside `perl.withPackages`.
    
    The `perl' derivation includes obsolete versions of some CPAN packages
    which leads to collissions when there are newer versions
    of the same libraries are on the right hand side
    of `perl.withPackages` (perhaps indirectly).
    
    Fixes #60025
    
    (cherry picked from commit 0fad0b4)
    volth authored and samueldr committed Apr 22, 2019
    Copy the full SHA
    32be67f View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5dd001a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #60037 from samueldr/backport/nixpkgs-59215

    Backport perl: add .withPackages #59215 #60028
    samueldr committed Apr 22, 2019
    Copy the full SHA
    19cb786 View commit details
    Browse the repository at this point in the history