Skip to content

Commit d2b9577

Browse files
committed
heaptrack: unpin Boost
1 parent ed5c3f9 commit d2b9577

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/tools/profiling/heaptrack/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
lib, stdenv, mkDerivation, fetchFromGitHub, fetchpatch, cmake, extra-cmake-modules, makeBinaryWrapper,
3-
zlib, boost179, libunwind, elfutils, sparsehash, zstd,
3+
zlib, boost, libunwind, elfutils, sparsehash, zstd,
44
qtbase, kio, kitemmodels, threadweaver, kconfigwidgets, kcoreaddons, kdiagram
55
}:
66

@@ -25,7 +25,7 @@ mkDerivation rec {
2525

2626
nativeBuildInputs = [ cmake extra-cmake-modules makeBinaryWrapper ];
2727
buildInputs = [
28-
zlib boost179 libunwind sparsehash zstd
28+
zlib boost libunwind sparsehash zstd
2929
qtbase kio kitemmodels threadweaver kconfigwidgets kcoreaddons kdiagram
3030
] ++ lib.optionals stdenv.hostPlatform.isLinux [
3131
elfutils

0 commit comments

Comments
 (0)