Skip to content

Commit

Permalink
kernelshark: fix build (NixOS#368940)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Jan 14, 2025
2 parents b93dc99 + caab23e commit f04eeaa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/os-specific/linux/trace-cmd/kernelshark.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
freefont_ttf,
wrapQtAppsHook,
qtwayland,
fetchpatch,
}:

stdenv.mkDerivation (finalAttrs: {
Expand All @@ -28,6 +29,13 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-KV8ahV2koX7OL1C42H5If14e7m54jv0DlZ1dNsVRUWE=";
};

patches = [
(fetchpatch {
url = "https://git.kernel.org/pub/scm/utils/trace-cmd/kernel-shark.git/patch/?id=9e33324644fff49b7aa15d34f836e72af8b32c78";
hash = "sha256-2XtEQ4WscLlUiEQYG2HiHuysMzVzlG05PVreLRVM8Lc=";
})
];

outputs = [ "out" ];

nativeBuildInputs = [
Expand Down

0 comments on commit f04eeaa

Please sign in to comment.