summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorvolth <volth@webmaster.ms>2018-09-03 20:04:05 +0000
committerxeji <36407913+xeji@users.noreply.github.com>2018-09-03 22:04:05 +0200
commitc36bfa7211e949a0f115f448e1d493403ff3b799 (patch)
tree3cfc2454e91f4b7104f0a9580924659f6cd148f6 /pkgs
parentfc865cc214a331736b9d409c0232522effabbe05 (diff)
downloadnixlib-c36bfa7211e949a0f115f448e1d493403ff3b799.tar
nixlib-c36bfa7211e949a0f115f448e1d493403ff3b799.tar.gz
nixlib-c36bfa7211e949a0f115f448e1d493403ff3b799.tar.bz2
nixlib-c36bfa7211e949a0f115f448e1d493403ff3b799.tar.lz
nixlib-c36bfa7211e949a0f115f448e1d493403ff3b799.tar.xz
nixlib-c36bfa7211e949a0f115f448e1d493403ff3b799.tar.zst
nixlib-c36bfa7211e949a0f115f448e1d493403ff3b799.zip
perlPackages.TestAggregate: broken with perl 5.26+ (#46003)
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/perl-packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index 046f4a4eaba5..8903436d5955 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -14925,6 +14925,7 @@ let
     meta = {
       description = "Aggregate C<*.t> tests to make them run faster";
       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
     };
   };