mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
9 lines
153 B
Text
9 lines
153 B
Text
#!@stdenv_shell@ -e
|
|
|
|
source @dfInit@
|
|
|
|
export DYLD_LIBRARY_PATH="$env_dir/libs"
|
|
export DYLD_FRAMEWORK_PATH="$env_dir/libs"
|
|
|
|
cd "$DF_DIR"
|
|
exec "$exe" "$@"
|