1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

perlPackages.UNIVERSALref: broken with perl 5.26+

This commit is contained in:
volth 2018-09-03 13:15:43 +00:00 committed by GitHub
parent 0a5b8ef8c4
commit 9173c37e05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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