* Use libtool.

svn path=/nixpkgs/trunk/; revision=13425
This commit is contained in:
Eelco Dolstra 2008-11-26 01:00:23 +00:00
parent 31d12fc641
commit dd61c77d4e

View File

@ -44,7 +44,7 @@ stdenv.mkDerivation (
{ {
src = src.path; src = src.path;
buildInputs = buildInputs ++ [autoconf automake]; buildInputs = buildInputs ++ [autoconf automake libtool];
postHook = '' postHook = ''
ensureDir $out/nix-support ensureDir $out/nix-support