nixpkgs/pkgs
Andreas Fuchs 1759959863 gcc: On darwin, adjust IDs of installed .so files also
Turns out that libgccjit gets installed as a .so file, which the gcc
builder.sh didn't change: It only touched .dylib files; that means
that anything linking in libgccjit.so would receive an "Image not
found" error at load time.

With this change, we invoke `install_name_tool` on .so files too,
adjusting their dynamic linker ID, so that they too can be found.
2020-08-25 08:12:35 -04:00
..
applications emacs: Use stdenv.libc instead of .glibc 2020-08-25 08:12:35 -04:00
build-support Merge branch 'staging-next' into staging 2020-08-23 02:18:27 +02:00
common-updater
data Merge pull request #95544 from endgame/oldschool-pc-font-bump 2020-08-24 02:43:15 +02:00
desktops Merge pull request #95893 from NixOS/u/kapps_2008 2020-08-25 19:41:53 +08:00
development gcc: On darwin, adjust IDs of installed .so files also 2020-08-25 08:12:35 -04:00
games Merge pull request #86982 from rardiol/tome4 2020-08-23 13:24:12 +02:00
misc Merge pull request #94354 from flokli/systemd-246 2020-08-24 12:42:24 +02:00
os-specific Merge pull request #94354 from flokli/systemd-246 2020-08-24 12:42:24 +02:00
pkgs-lib
servers Merge pull request #94354 from flokli/systemd-246 2020-08-24 12:42:24 +02:00
shells
stdenv
test
tools Merge pull request #94354 from flokli/systemd-246 2020-08-24 12:42:24 +02:00
top-level Merge pull request #95893 from NixOS/u/kapps_2008 2020-08-25 19:41:53 +08:00