mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 02:06:46 +01:00
10 lines
153 B
Plaintext
10 lines
153 B
Plaintext
#!@stdenv_shell@ -e
|
|
|
|
source @dfInit@
|
|
|
|
export DYLD_LIBRARY_PATH="$env_dir/libs"
|
|
export DYLD_FRAMEWORK_PATH="$env_dir/libs"
|
|
|
|
cd "$DF_DIR"
|
|
exec "$exe" "$@"
|