lol

talloc: re-add old static output

It was originally added by https://github.com/NixOS/nixpkgs/pull/5142 but removed in
https://github.com/NixOS/nixpkgs/commit/863ef410252ebbc5a146d55993686c5a2377472e.y

+4
+4
pkgs/development/libraries/talloc/default.nix
··· 24 24 "--builtin-libraries=replace" 25 25 ]; 26 26 27 + postInstall = '' 28 + ar qf $out/lib/libtalloc.a bin/default/talloc_[0-9]*.o 29 + ''; 30 + 27 31 meta = with stdenv.lib; { 28 32 description = "Hierarchical pool based memory allocator with destructors"; 29 33 homepage = http://tdb.samba.org/;