talloc: fix on darwin

This commit is contained in:
Dan Peebles 2016-10-14 22:51:15 -04:00
parent ac0f0312f3
commit fc4c0d4ba1

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
]; ];
postInstall = '' postInstall = ''
ar qf $out/lib/libtalloc.a bin/default/talloc_[0-9]*.o ar q $out/lib/libtalloc.a bin/default/talloc_[0-9]*.o
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {