mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
Include Apple's libtool in darwin-cctools-wrapper
Packages which need GNU libtool should explicitly include it in buildInputs svn path=/nixpkgs/trunk/; revision=30535
This commit is contained in:
parent
9670a4fdb1
commit
68aaf3c843
|
@ -1,6 +1,6 @@
|
|||
source $stdenv/setup
|
||||
|
||||
ensureDir $out/bin
|
||||
for i in ar as c++filt gprof ld nm nmedit ranlib size strings strip dsymutil; do
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue