nixpkgs/pkgs/build-support/setup-hooks
Eelco Dolstra 8622548160 Add a setup hook for fixing dylib install names on Darwin
Install names need to be absolute paths, otherwise programs that link
against the dylib won't work without setting $DYLD_LIBRARY_PATH.  Most
packages do this correctly, but some (like Boost and ICU) do not.
This setup hook absolutizes all install names.
2014-01-15 13:41:09 +01:00
..
autoreconf.sh Rename buildNativeInputs -> nativeBuildInputs 2012-12-28 19:20:09 +01:00
fix-darwin-dylib-names.sh Add a setup hook for fixing dylib install names on Darwin 2014-01-15 13:41:09 +01:00
make-wrapper.sh * Add a setup hook ‘autoreconfHook’ to simplify packages that need to 2012-05-19 02:52:36 +00:00
set-java-classpath.sh Add a setup hook that automatically sets up $CLASSPATH 2014-01-06 14:36:14 +01:00