Loading pkgs/development/haskell-modules/configuration-darwin.nix +5 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
pkgs/development/haskell-modules/configuration-darwin.nix +5 −0 Original line number Diff line number Diff line Loading @@ -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