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: 4c77bcbd03cc
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b85f4d0da760
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 24, 2020

  1. pantheon.wingpanel-with-indicators: fix wrapping

    Since #81475 this caused the wrapper to be empty of entries from
    wrapGAppsHook because the wrapGAppsHook function doesn't add
    them anymore, and was moved to gappsWrapperArgsHook. Instead
    of just running that in postBuild it's more future proof to make this
    use stdenv.mkDerivation because we want to mess around with the
    generic builder.
    
    (cherry picked from commit db41c78)
    worldofpeace committed Mar 24, 2020
    Copy the full SHA
    1217a6c View commit details
    Browse the repository at this point in the history
  2. pantheon.switchboard-with-plugs: fix wrapping

    Since #81475 this caused the wrapper to be empty of entries from
    wrapGAppsHook because the wrapGAppsHook function doesn't add
    them anymore, and was moved to gappsWrapperArgsHook. Instead
    of just running that in postBuild it's more future proof to make this
    use stdenv.mkDerivation because we want to mess around with the
    generic builder.
    
    (cherry picked from commit a9e7e93)
    worldofpeace committed Mar 24, 2020
    Copy the full SHA
    b85f4d0 View commit details
    Browse the repository at this point in the history