about summary refs log tree commit diff
path: root/pkgs/top-level/perl-packages.nix
diff options
context:
space:
mode:
authorvolth <volth@webmaster.ms>2018-09-03 13:15:43 +0000
committerGitHub <noreply@github.com>2018-09-03 13:15:43 +0000
commit9173c37e057691f9b813529440e50287dbbd6adc (patch)
tree243883b53da930ac9833a489d61b0600cd43958a /pkgs/top-level/perl-packages.nix
parent0a5b8ef8c4661580959e792c4e6b2135233f9cd7 (diff)
downloadnixlib-9173c37e057691f9b813529440e50287dbbd6adc.tar
nixlib-9173c37e057691f9b813529440e50287dbbd6adc.tar.gz
nixlib-9173c37e057691f9b813529440e50287dbbd6adc.tar.bz2
nixlib-9173c37e057691f9b813529440e50287dbbd6adc.tar.lz
nixlib-9173c37e057691f9b813529440e50287dbbd6adc.tar.xz
nixlib-9173c37e057691f9b813529440e50287dbbd6adc.tar.zst
nixlib-9173c37e057691f9b813529440e50287dbbd6adc.zip
perlPackages.UNIVERSALref: broken with perl 5.26+
Diffstat (limited to 'pkgs/top-level/perl-packages.nix')
-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 51d1a1c2215e..aea2e458d21b 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -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'
      };
   };