kernelshark: move to by-name

This commit is contained in:
Aliaksandr
2026-01-31 19:54:16 +02:00
parent 2b076df97f
commit b2e1a996ff
2 changed files with 5 additions and 10 deletions
@@ -2,8 +2,7 @@
lib,
stdenv,
fetchzip,
qtbase,
qtscxml,
qt6,
cmake,
json_c,
mesa_glu,
@@ -13,8 +12,6 @@
libtraceevent,
libtracefs,
freefont_ttf,
wrapQtAppsHook,
qtwayland,
fetchpatch,
}:
@@ -40,13 +37,13 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
pkg-config
cmake
wrapQtAppsHook
qt6.wrapQtAppsHook
];
buildInputs = [
qtbase
qtscxml
qtwayland
qt6.qtbase
qt6.qtscxml
qt6.qtwayland
json_c
mesa_glu
libglut
-2
View File
@@ -3686,8 +3686,6 @@ with pkgs;
trace-cmd = callPackage ../os-specific/linux/trace-cmd { };
kernelshark = qt6Packages.callPackage ../os-specific/linux/trace-cmd/kernelshark.nix { };
translatelocally-models = recurseIntoAttrs (callPackages ../misc/translatelocally-models { });
translatepy = with python3.pkgs; toPythonApplication translatepy;