Skip to content

Commit

Permalink
systemtap: Don't trigger glib rebuild on kernel updates
Browse files Browse the repository at this point in the history
glib now depends on linuxPackages.systemtap.override { withStap = false; }.
  • Loading branch information
bobby285271 committed Oct 5, 2024
1 parent e3f8bec commit 5644277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/tools/profiling/systemtap/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ let

pypkgs = with python3.pkgs; makePythonPath [ pyparsing ];

in runCommand "systemtap-${kernel.version}-${version}" {
in runCommand "systemtap-${version}" {
inherit stapBuild;
nativeBuildInputs = [ makeWrapper ];
passthru.tests = { inherit (nixosTests.systemtap) linux_default linux_latest; };
Expand Down

0 comments on commit 5644277

Please sign in to comment.