mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
talloc: 2.1.3 -> 2.1.5
This commit is contained in:
parent
d6f46e31af
commit
863ef41025
1 changed files with 2 additions and 6 deletions
|
@ -3,11 +3,11 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "talloc-2.1.3";
|
||||
name = "talloc-2.1.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://samba/talloc/${name}.tar.gz";
|
||||
sha256 = "1c1c3zs13qyripjwcjpz2hqc3p9p50m5yl95gdrrrvyl49dzg9bs";
|
||||
sha256 = "1pfx3kmj973hpacfw46fzfnjd7ms1j03ifkc30wk930brx8ffcrq";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
@ -24,10 +24,6 @@ stdenv.mkDerivation rec {
|
|||
"--builtin-libraries=replace"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
ar qf $out/lib/libtalloc.a bin/default/talloc_5.o
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Hierarchical pool based memory allocator with destructors";
|
||||
homepage = http://tdb.samba.org/;
|
||||
|
|
Loading…
Reference in a new issue