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: 337e900c3dea
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 658951917437
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Nov 9, 2017

  1. meson: pass library install paths to g-ir-scanner

    We are patching g-ir-scanner to produce absolute paths in the GIR
    files. When an application uses an internal library placed in a
    non-standard path (e.g. $out/lib/gnome-shell), the scanner needs
    to be informed. For autotools-based apps, the full path was
    obtained from libtool-wrapped files; with Meson, this is no longer
    possible – we need to pass the path information in some other way.
    
    This commit channels the --fallback-library-path option added
    to g-ir-scanner in aforementioned patch.
    jtojnar committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    1dba3c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2017

  1. Configuration menu
    Copy the full SHA
    6589519 View commit details
    Browse the repository at this point in the history