Loading pkgs/os-specific/linux/trace-cmd/kernelshark.nix +9 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ freefont_ttf, wrapQtAppsHook, qtwayland, fetchpatch, }: stdenv.mkDerivation (finalAttrs: { Loading @@ -26,6 +27,14 @@ stdenv.mkDerivation (finalAttrs: { hash = "sha256-OT6ClyZRE+pxWwm+sfzvN3CnoCIyxcAiVsi1fdzaT4M="; }; patches = [ # kernelshark: Allow building with CMake 4+ (fetchpatch { url = "https://lore.kernel.org/linux-trace-devel/20251010131715.1123934-1-michal.sojka@cvut.cz/raw"; hash = "sha256-hT+EhauFlQGjhXyq7Z9FwjS3C+0Jlz6n5BDKCXwzBCc="; }) ]; outputs = [ "out" ]; nativeBuildInputs = [ Loading Loading
pkgs/os-specific/linux/trace-cmd/kernelshark.nix +9 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ freefont_ttf, wrapQtAppsHook, qtwayland, fetchpatch, }: stdenv.mkDerivation (finalAttrs: { Loading @@ -26,6 +27,14 @@ stdenv.mkDerivation (finalAttrs: { hash = "sha256-OT6ClyZRE+pxWwm+sfzvN3CnoCIyxcAiVsi1fdzaT4M="; }; patches = [ # kernelshark: Allow building with CMake 4+ (fetchpatch { url = "https://lore.kernel.org/linux-trace-devel/20251010131715.1123934-1-michal.sojka@cvut.cz/raw"; hash = "sha256-hT+EhauFlQGjhXyq7Z9FwjS3C+0Jlz6n5BDKCXwzBCc="; }) ]; outputs = [ "out" ]; nativeBuildInputs = [ Loading