Skip to content

Commit

Permalink
heaptrack: wrap with wrapQtAppsHook
Browse files Browse the repository at this point in the history
(cherry picked from commit 30c2ac9)
  • Loading branch information
symphorien authored and gebner committed Jan 26, 2020
1 parent 53181ab commit 399c6ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/profiling/heaptrack/default.nix
@@ -1,10 +1,10 @@
{
stdenv, fetchFromGitHub, cmake, extra-cmake-modules,
lib, mkDerivation, fetchFromGitHub, cmake, extra-cmake-modules,
zlib, boost, libunwind, elfutils, sparsehash,
qtbase, kio, kitemmodels, threadweaver, kconfigwidgets, kcoreaddons, kdiagram
}:

stdenv.mkDerivation rec {
mkDerivation rec {
pname = "heaptrack";
version = "1.1.0";

Expand All @@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
qtbase kio kitemmodels threadweaver kconfigwidgets kcoreaddons kdiagram
];

meta = with stdenv.lib; {
meta = with lib; {
description = "Heap memory profiler for Linux";
homepage = https://github.com/KDE/heaptrack;
license = licenses.lgpl21Plus;
Expand Down

0 comments on commit 399c6ca

Please sign in to comment.