perlPackages.UNIVERSALref: broken with perl 5.26+

(cherry picked from commit 9173c37e05)
This commit is contained in:
volth
2018-09-03 13:15:43 +00:00
committed by Jörg Thalheim
parent 08a86afbb7
commit 414202cd18

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'
};
};