Commit 41c538f8 authored by sternenseemann's avatar sternenseemann
Browse files

haskellPackages.regex-rure: mark broken on aarch64-darwin

parent c61157bb
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -318,6 +318,11 @@ self: super: ({
  # https://github.com/NixOS/nixpkgs/issues/149692
  Agda = removeConfigureFlag "-foptimise-heavily" super.Agda;

  # regex-rure's test suite fails with a dylib not loaded error due to some
  # rpath issue.
  regex-rure = dontDistribute (markBroken super.regex-rure);
  jacinda = dontDistribute super.jacinda;

} // lib.optionalAttrs pkgs.stdenv.isx86_64 {  # x86_64-darwin

  # tests appear to be failing to link or something: