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:
@@ -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"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user