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

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