mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
Merge pull request #45983 from volth/patch-241
perlPackages.UNIVERSALref: broken with perl 5.26+
This commit is contained in:
commit
5f598234c6
@ -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'
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user