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: 33d5340769ef
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 4af635feff9a
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on May 31, 2020

  1. validatePkgConfig: init

    This adds the `validatePkgConfig` hook, which can be used to validate
    pkg-config files in the output(s). Currently, this will just run
    `pkg-config --validate` on all `.pc` files, capturing errors such as
    the issue that was fixed in #87789.
    
    The hook could be extended in the future with more fine-grained
    checks.
    danieldk committed May 31, 2020
    Copy the full SHA
    13083b1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    127cdd0 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Merge pull request #87866 from danieldk/validate-pkgconfig-hook

    validatePkgConfig: init
    bhipple committed Jun 3, 2020
    Copy the full SHA
    4af635f View commit details
    Browse the repository at this point in the history