nixpkgs/pkgs
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
..
applications Merge staging-next into staging 2022-09-02 00:02:43 +00:00
build-support
common-updater
data Merge master into staging-next 2022-09-01 12:01:31 +00:00
desktops
development gobject-introspection: use lddtree instead of objdump as ldd wrapper 2022-09-07 21:24:08 +03:00
games gzdoom: 4.7.1 -> 4.8.2 2022-09-01 20:33:13 +03:00
misc
os-specific Merge master into staging-next 2022-09-01 18:01:28 +00:00
pkgs-lib
servers Merge staging-next into staging 2022-09-01 18:02:09 +00:00
shells
stdenv
test
tools Merge staging-next into staging 2022-09-02 00:02:43 +00:00
top-level Merge pull request #182981 from betaboon/update-pdm 2022-09-01 22:33:42 +02:00