libmpack: fix building on darwin

This commit is contained in:
Matthew Bauer 2016-06-11 21:00:47 -05:00
parent b195bf1ed2
commit d0cb52596e
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ stdenv.mkDerivation rec {
inherit rev;
sha256 = "1h3pbmykm69gfyi0wz647gz5836a6f3jc4azzll7i3mkpc11gcrd";
};
LIBTOOL = "libtool";
buildInputs = [ libtool ];
installPhase = ''
mkdir -p $out/lib/libmpack