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: 1716d62f633c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: a0ec91d69f56
Choose a head ref
  • 6 commits
  • 10 files changed
  • 1 contributor

Commits on Sep 10, 2019

  1. Copy the full SHA
    3c1563f View commit details
    Browse the repository at this point in the history
  2. wrapGAppsHook: simplify taking env vars

    using indirect variable access must be better than eval
    jtojnar committed Sep 10, 2019
    Copy the full SHA
    c54ba9a View commit details
    Browse the repository at this point in the history
  3. wrapGAppsHook: address some shellcheck suggestions

    These should not cause issues in practice but it is good idea to handle them.
    
    * prefix and targetOffset are mandatory, as they are always set by the generic builder.
    * wrapPrefixVariables and dontWrapGApps are now defaulting to empty value, as they are not mandatory.
    jtojnar committed Sep 10, 2019
    Copy the full SHA
    f2718db View commit details
    Browse the repository at this point in the history
  4. nixos/doc/gnome: fix example

    jtojnar committed Sep 10, 2019
    Copy the full SHA
    9d15288 View commit details
    Browse the repository at this point in the history
  5. tree-wide: replace wrapProgram with wrapGApp

    where appropriate
    jtojnar committed Sep 10, 2019
    Copy the full SHA
    9b6789d View commit details
    Browse the repository at this point in the history
  6. wrapGAppsHook: add wrapGApp helper (#68402)

    wrapGAppsHook: add wrapGApp helper
    jtojnar committed Sep 10, 2019
    Copy the full SHA
    a0ec91d View commit details
    Browse the repository at this point in the history