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: 7566b4f9241d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 2fc67aca651a
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 14, 2020

  1. nix-generate-from-cpan: remove unkown license

    Leave license empty when it is not provided. This prevents packages from
    failing to build because the license is set to
    `stdenv.lib.licenses.unkown`.
    
    There will still be a warning about the unkown license.
    ydlr committed Mar 14, 2020
    Copy the full SHA
    5e2beaf View commit details
    Browse the repository at this point in the history
  2. nix-generate-from-cpan: use Module::CoreList to detect core modules

    The previous way of detecting core modules failed to filter "if" and
    possibly other core modules.
    ydlr committed Mar 14, 2020
    Copy the full SHA
    9035381 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2020

  1. Merge pull request #82541 from ydlr/nix-generate-from-cpan

    nix-generate-from-cpan: remove "unkown" license and improve core module detection
    rycee committed Mar 15, 2020
    Copy the full SHA
    2fc67ac View commit details
    Browse the repository at this point in the history