haskellPackages.regex-rure: mark broken on aarch64-darwin
This commit is contained in:
parent
c61157bbe3
commit
41c538f80f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user