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: da48691741c0
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e544e0311006
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 4, 2020

  1. glib.setupHook: run glibPreFixupPhase before gappsWrapperArgsHook

    Since we split wrapGAppsHook and move its variable initialization to preFixupPhases in #81475, it was getting run before glibPreFixupPhase which sets GSETTINGS_SCHEMAS_PATH variable gappsWrapperArgsHook depends on. Let's introduce this ugly hack to ensure glibPreFixupPhase will run before gappsWrapperArgsHook.
    
    (cherry picked from commit 8e4f502)
    jtojnar authored and worldofpeace committed Mar 4, 2020
    Copy the full SHA
    e544e03 View commit details
    Browse the repository at this point in the history