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: a9fe36cd0b4c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 316094b8ab27
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 10, 2020

  1. emacsPackages.elpaBuild: pass through meta

    Previously, meta wasn't being passed through at all, because it's
    removed from args without being used anywhere.  This made it so that
    rcirc-menu wasn't being marked as broken even though it was supposed
    to be.
    
    This patch copies the meta handling from melpaBuild, including the
    default home page (adapted for ELPA).
    alyssais committed Dec 10, 2020
    Copy the full SHA
    5016fdb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #106606 from alyssais/elpa-meta

    emacsPackages.elpaBuild: pass through meta
    adisbladis committed Dec 10, 2020
    Copy the full SHA
    316094b View commit details
    Browse the repository at this point in the history