* Use libtool.
svn path=/nixpkgs/trunk/; revision=13425
This commit is contained in:
parent
31d12fc641
commit
dd61c77d4e
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user