kernelshark: fix build (#368940)

This commit is contained in:
Wolfgang Walther
2025-01-14 21:30:50 +01:00
committed by GitHub
@@ -17,6 +17,7 @@
freefont_ttf,
wrapQtAppsHook,
qtwayland,
fetchpatch,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -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 = [