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: ee3729938de7
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d747f1602df4
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Apr 27, 2019

  1. gobject-introspection: 1.60.0 -> 1.60.1

    Updated the shlib patches:
    
    - Upstream now forces basename in sanitize_shlib_path(lib) if the system isn't
      darwin. We patch the function to always prefer absolute paths
    - Due to the above we no longer need the macos patch
    - `sanitize_shlib_path` is applied after `resolve_from_ldd_output` so we need to
      apply `fallback_libpath` afterwards too (else we get stuff like
      `/nix/store/...@rpath/foo.dylib` on darwin)
    - Note that the `fallback_path` no longer have any unit tests
    
    https://gitlab.gnome.org/GNOME/gobject-introspection/blob/1.60.1/NEWS
    hedning authored and FRidh committed Apr 27, 2019
    Copy the full SHA
    d747f16 View commit details
    Browse the repository at this point in the history