lol

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

talloc: fix build on darwin

authored by

Mario Rodas and committed by
GitHub
97306926 018e45e1

+1 -1
+1 -1
pkgs/development/libraries/talloc/default.nix
··· 30 30 ''; 31 31 32 32 postInstall = '' 33 - ${stdenv.cc.targetPrefix}ar q $out/lib/libtalloc.a bin/default/talloc_[0-9]*.o 33 + ${stdenv.cc.targetPrefix}ar q $out/lib/libtalloc.a bin/default/talloc.c.[0-9]*.o 34 34 ''; 35 35 36 36 meta = with stdenv.lib; {