mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 06:28:50 +03:00
perlPackages.TestAggregate: broken with perl 5.26+ (#46003)
This commit is contained in:
parent
fc865cc214
commit
c36bfa7211
@ -14925,6 +14925,7 @@ let
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Aggregate C<*.t> tests to make them run faster";
|
description = "Aggregate C<*.t> tests to make them run faster";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
broken = stdenv.lib.versionAtLeast perl.version "5.26"; # This module only works with Test::More version < 1.3, but you have 1.302133
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user