Merge pull request #81183 from marsam/fix-talloc-darwin

talloc: fix build on darwin
This commit is contained in:
Mario Rodas 2020-02-27 23:18:39 -05:00 committed by GitHub
commit 97306926fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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