gperftools: upgrade to 2.1
This commit is contained in:
@@ -1,17 +1,19 @@
|
||||
{ stdenv, fetchurl, libunwind }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gperftools-2.0";
|
||||
name = "gperftools-2.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://gperftools.googlecode.com/files/${name}.tar.gz";
|
||||
sha1 = "da7181a7ba9b5ee7302daf6c16e886c179fe8d1b";
|
||||
sha256 = "0ks9gsnhxrs2vccc6ha9m8xmj83lmw09xcws4zc0k57q4jcy5bgk";
|
||||
};
|
||||
|
||||
patches = [ ./glibc-2.16.patch ];
|
||||
|
||||
buildInputs = [ libunwind ];
|
||||
|
||||
# some packages want to link to the static tcmalloc_minimal
|
||||
# to drop the runtime dependency on gperftools
|
||||
dontDisableStatic = true;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user