* Add nmedit.
svn path=/nixpkgs/trunk/; revision=5713
This commit is contained in:
parent
471dc2c8bc
commit
b3936b7062
@ -1,6 +1,6 @@
|
||||
source $stdenv/setup
|
||||
|
||||
ensureDir $out/bin
|
||||
for i in ar as c++filt gprof ld nm ranlib size strings strip; do
|
||||
for i in ar as c++filt gprof ld nm nmedit ranlib size strings strip; do
|
||||
ln -s /usr/bin/$i $out/bin/
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user