nixpkgs/pkgs/development/libraries/gobject-introspection/wrappers
Artturin 740ebffd5a gobject-introspection: use lddtree instead of objdump as ldd wrapper
the wrong path was used in gir files because the format of objdump is
different from ldd so the regex in gobject-introspection doesn't work

https://gitlab.gnome.org/GNOME/gobject-introspection/-/blob/main/giscanner/shlibs.py#L42-57

  <namespace name="GLib"
             shared-library="/nix/store/pak6rr8wdnbwa1iq2ldvg8pa8zahl3r1-gobject-introspection-aarch64-unknown-linux-gnu-1.72.0/lib/libgobject-2.0.so.0,/nix/store/pak6rr8wdnbwa1iq2ldvg8pa8zahl3r1-gobject-introspection-aarch64-unknown-linux-gnu-1.72.0/lib/libglib-2.0.so.0"

objdump
gobject-introspection>   NEEDED               libgmodule-2.0.so.0
gobject-introspection>   NEEDED               libglib-2.0.so.0

ldd
gobject-introspection>  libgmodule-2.0.so.0 => /nix/store/ngm1wbwms13c2crsvrah2ypfj0b2yii5-glib-2.73.2/lib/libgmodule-2.0.so.0 (0x00007ffff7d6e000)
gobject-introspection>  libglib-2.0.so.0 => /nix/store/ngm1wbwms13c2crsvrah2ypfj0b2yii5-glib-2.73.2/lib/libglib-2.0.so.0 (0x00007ffff7c32000)
2022-09-07 21:24:08 +03:00
..
g-ir-compiler.sh gobject-introspection: wrapper: add .libs to LD_LIBRARY_PATH for emulator 2022-08-30 20:13:55 +03:00
g-ir-scanner-lddwrapper.sh gobject-introspection: use lddtree instead of objdump as ldd wrapper 2022-09-07 21:24:08 +03:00
g-ir-scanner-qemuwrapper.sh gobject-introspection: wrapper: add .libs to LD_LIBRARY_PATH for emulator 2022-08-30 20:13:55 +03:00
g-ir-scanner.sh gobject-introspection: wrapper: add .libs to LD_LIBRARY_PATH for emulator 2022-08-30 20:13:55 +03:00