nixpkgs/pkgs
Ryan Burns 81f07a6162 hdf4: fix invalid rpath on darwin
CMake changes in hdf4 v4.15.2 broke the library path on macOS,
linking using an invalid rpath rather than an absolute path.

Before this commit:
```
otool -L result/lib/libhdf.dylib
result/lib/libhdf.dylib:
	@rpath/libhdf.4.dylib (compatibility version 4.0.0, current version 4.15.2)
```

After:
```
otool -L result/lib/libhdf.dylib
result/lib/libhdf.dylib:
	/nix/store/bz52b2gwci0k8rwd0llsi555s1hx166j-hdf-4.2.15/lib/libhdf.4.15.2.dylib (compatibility version 4.0.0, current version 4.15.2)
```
2020-12-28 14:16:14 -08:00
..
applications eclipses.plugins.cdt: fix hash 2020-12-28 20:54:33 +01:00
build-support autoPatchelf: add comment why ignore failing ldd/sed 2020-12-25 12:13:03 +01:00
common-updater
data Merge pull request #107776 from romildo/upd.luna-icons 2020-12-28 15:57:33 +01:00
desktops xfce.xfce4-namebar-plugin: 0.3.1 -> 1.0.0 2020-12-27 18:16:37 -03:00
development libraspberrypi: fix output 2020-12-28 16:55:11 +01:00
games mindustry,mindustry-server: 121.4 -> 122 (#107646) 2020-12-28 17:03:31 +01:00
misc Merge pull request #102155 from SCOTT-HAMILTON/ptouch-print 2020-12-28 02:39:15 +01:00
os-specific Merge pull request #107148 from Atemu/linux_lqx-init 2020-12-28 18:35:15 +01:00
pkgs-lib
servers unifi: rename packages 2020-12-28 17:04:20 +01:00
shells oh-my-zsh: 2020-12-16 → 2020-12-27 2020-12-28 10:48:00 -05:00
stdenv
test Revert "bintools-wrapper: skip dynamic linker for static binaries" 2020-12-21 22:27:48 +01:00
tools hdf4: fix invalid rpath on darwin 2020-12-28 14:16:14 -08:00
top-level Merge pull request #107148 from Atemu/linux_lqx-init 2020-12-28 18:35:15 +01:00