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

This reverts commit 41c538f80f.

Reason for revert: hydraPlatforms needs to be modified (e.g. via
dontDistribute) on the evaluator's platform or it'll have no effect.
Thus the markBroken here currently breaks the maintained aggregate job.
This commit is contained in:
sternenseemann 2023-03-12 13:19:16 +01:00
parent f07d4d077e
commit 7b7a444fc1

View File

@ -318,11 +318,6 @@ 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: