linuxPackages.systemtap: Don't trigger glib rebuild on kernel updates

glib now depends on linuxPackages.systemtap.override { withStap = false; }.
This commit is contained in:
Bobby Rong 2024-10-05 10:04:16 +08:00
parent e0fab01389
commit 040642103c
No known key found for this signature in database

View File

@ -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; };