From 41c538f80f3a98d6e40e7ea5e79f33429850a43e Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 10 Mar 2023 14:25:57 +0100 Subject: [PATCH] haskellPackages.regex-rure: mark broken on aarch64-darwin --- pkgs/development/haskell-modules/configuration-darwin.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-darwin.nix b/pkgs/development/haskell-modules/configuration-darwin.nix index c54e2dd03d30..1dbb3172b02e 100644 --- a/pkgs/development/haskell-modules/configuration-darwin.nix +++ b/pkgs/development/haskell-modules/configuration-darwin.nix @@ -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: