mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 03:17:13 +00:00
dd123060c0
svn path=/nixpkgs/trunk/; revision=26509
4 lines
86 B
Bash
Executable file
4 lines
86 B
Bash
Executable file
source $stdenv/setup
|
|
mkdir -p "$out/bin"
|
|
ln -s /usr/bin/install_name_tool "$out/bin/"
|