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

Commits on Mar 13, 2020

  1. lilypond: fix broken meta.homepage

    The `src.meta` attribute does not exist, and even if it did the derivation does
    not have a `rec` to reference it. This appears to be breaking all ofBorg meta
    evaluation checks:
    
    ```
    while evaluating the attribute 'homepage' at /var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/eval-0-gleber.ewr1.nix.ci/pkgs/misc/lilypond/fonts.nix:34:27:
    undefined variable 'src' at /var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/eval-0-gleber.ewr1.nix.ci/pkgs/misc/lilypond/fonts.nix:34:18
    ```
    https://gist.github.com/GrahamcOfBorg/cd87009bfee1a9c0d4f0d828b82ee09a
    bhipple committed Mar 13, 2020
    Copy the full SHA
    f167ba6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #82497 from bhipple/fix/lilypond-meta

    lilypond: fix broken meta.homepage
    ryantm committed Mar 13, 2020
    Copy the full SHA
    16a3d75 View commit details
    Browse the repository at this point in the history