Skip to content

Commit

Permalink
talloc: fix build on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam committed Feb 27, 2020
1 parent 14474ff commit 014c95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/talloc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; {
Expand Down

0 comments on commit 014c95b

Please sign in to comment.