give libuv real libtool

This commit is contained in:
Jude Taylor 2015-09-21 12:17:16 -07:00
parent 71d98332e9
commit 2d464f75ed

View file

@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, autoconf, automake, libtool, pkgconfig
{ stdenv, lib, fetchFromGitHub, autoconf, automake, realLibtool, pkgconfig
, ApplicationServices, CoreServices }:
@ -61,7 +61,7 @@ let
mkWithAutotools = stability: version: sha256: stdenv.mkDerivation {
name = mkName stability version;
src = mkSrc version sha256;
buildInputs = [ automake autoconf libtool pkgconfig ]
buildInputs = [ automake autoconf realLibtool pkgconfig ]
++ stdenv.lib.optionals stdenv.isDarwin [ ApplicationServices CoreServices ];
preConfigure = ''
LIBTOOLIZE=libtoolize ./autogen.sh