mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 12:44:20 +00:00
talloc: re-add old static output
It was originally added by https://github.com/NixOS/nixpkgs/pull/5142 but removed in
863ef41025
.y
This commit is contained in:
parent
64ba7b53f1
commit
7bf6e249eb
@ -24,6 +24,10 @@ stdenv.mkDerivation rec {
|
|||||||
"--builtin-libraries=replace"
|
"--builtin-libraries=replace"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
ar qf $out/lib/libtalloc.a bin/default/talloc_[0-9]*.o
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Hierarchical pool based memory allocator with destructors";
|
description = "Hierarchical pool based memory allocator with destructors";
|
||||||
homepage = http://tdb.samba.org/;
|
homepage = http://tdb.samba.org/;
|
||||||
|
Loading…
Reference in New Issue
Block a user