From 11ef0d0e5e6f9bbb40cda8728aeaea744169cfc2 Mon Sep 17 00:00:00 2001 From: Grimmauld Date: Sun, 3 Aug 2025 21:46:46 +0200 Subject: [PATCH] linuxPackages.perf: remove perl dependency remove installed test files, they are unused in nixpkgs. If anyone actually cares about them, they can be reinstated in their own output. --- pkgs/os-specific/linux/kernel/perf/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/perf/default.nix b/pkgs/os-specific/linux/kernel/perf/default.nix index d0caa28e1432..7a3f5160bf5f 100644 --- a/pkgs/os-specific/linux/kernel/perf/default.nix +++ b/pkgs/os-specific/linux/kernel/perf/default.nix @@ -6,7 +6,6 @@ kernelModuleMakeFlags, elfutils, python3, - perl, newt, slang, asciidoc, @@ -137,7 +136,6 @@ stdenv.mkDerivation { openssl numactl python3 - perl babeltrace ] ++ ( @@ -177,7 +175,7 @@ stdenv.mkDerivation { doCheck = false; # requires "sparse" installTargets = [ - "install" + "install-tools" # don't install tests, as those depend on perl "install-man" ];