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.
This commit is contained in:
Grimmauld
2025-08-06 08:54:49 +02:00
committed by Alyssa Ross
parent 866e911f10
commit 11ef0d0e5e
@@ -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"
];