surelog: add gperftools build input

This commit is contained in:
Matt Huszagh
2022-08-21 16:27:18 -07:00
parent 6626bf243c
commit e6364aab98
@@ -6,6 +6,7 @@
, pkg-config
, libuuid
, openjdk11
, gperftools
}:
stdenv.mkDerivation rec {
@@ -32,6 +33,7 @@ stdenv.mkDerivation rec {
psutil
orderedmultidict
]))
gperftools
];
doCheck = true;