Skip to content

Commit

Permalink
heaptrack: unpin Boost
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy committed Nov 25, 2024
1 parent ed5c3f9 commit d2b9577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/profiling/heaptrack/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
lib, stdenv, mkDerivation, fetchFromGitHub, fetchpatch, cmake, extra-cmake-modules, makeBinaryWrapper,
zlib, boost179, libunwind, elfutils, sparsehash, zstd,
zlib, boost, libunwind, elfutils, sparsehash, zstd,
qtbase, kio, kitemmodels, threadweaver, kconfigwidgets, kcoreaddons, kdiagram
}:

Expand All @@ -25,7 +25,7 @@ mkDerivation rec {

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

0 comments on commit d2b9577

Please sign in to comment.