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: a0bb3dd8ac4f
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e6407e2979b8
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 22, 2019

  1. 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
    volth committed Apr 22, 2019
    Copy the full SHA
    0fad0b4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #60028 from volth/perl-meta-priority++

    perl.meta.priority += 1
    samueldr committed Apr 22, 2019
    Copy the full SHA
    e6407e2 View commit details
    Browse the repository at this point in the history