Merge pull request #45983 from volth/patch-241

perlPackages.UNIVERSALref: broken with perl 5.26+
This commit is contained in:
Jörg Thalheim
2018-09-03 14:52:11 +01:00
committed by GitHub
+1
View File
@@ -17056,6 +17056,7 @@ let
meta = {
description = "Turns ref() into a multimethod";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
broken = stdenv.lib.versionAtLeast perl.version "5.26"; # 'OP {aka struct op}' has no member named 'op_sibling'
};
};