mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
linuxPackages.systemtap: Don't trigger glib rebuild on kernel updates
glib now depends on linuxPackages.systemtap.override { withStap = false; }.
This commit is contained in:
parent
e0fab01389
commit
040642103c
@ -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; };
|
||||
|
Loading…
Reference in New Issue
Block a user