mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
c556a6ea46
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
6 lines
167 B
Bash
6 lines
167 B
Bash
source $stdenv/setup
|
|
|
|
mkdir -p $out/bin
|
|
for i in ar as c++filt gprof ld nm nmedit ranlib size strings strip dsymutil libtool; do
|
|
ln -s /usr/bin/$i $out/bin/
|
|
done
|