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: 85966e628d72
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 1e0661cd6026
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 13, 2019

  1. wrapGAppsHook: add package’s own modules to GIO_EXTRA_MODULES

    When a package provides both executables and gio modules, it is quite
    probable the executables will need those modules. wrapGAppsHook wraps
    executables with GIO_EXTRA_MODULES picked up from dependencies
    but forgets about the package being built. Let’s add to consideration.
    
    Closes: #50254
    jtojnar committed Mar 13, 2019
    Copy the full SHA
    0ea220b View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. Merge pull request #57603 from jtojnar/wrap-gapps-hook-self-gio

    wrapGAppsHook: add package’s own modules to GIO_EXTRA_MODULES
    jtojnar committed Mar 15, 2019
    Copy the full SHA
    1e0661c View commit details
    Browse the repository at this point in the history