haskellPackages.ghc-prof: disable tests on aarch64

Since enableLibraryProfiling is false on aarch64, we can't expect tests
to work, but the library can still be built.
launchpad/nixpkgs/master
sternenseemann 3 years ago
parent cb96be8e00
commit b42cded08d
  1. 3
      pkgs/development/haskell-modules/configuration-arm.nix

@ -95,6 +95,9 @@ self: super: {
# https://github.com/ekmett/half/issues/35
half = dontCheck super.half;
# We disable profiling on aarch64, so tests naturally fail
ghc-prof = dontCheck super.ghc-prof;
} // lib.optionalAttrs pkgs.stdenv.hostPlatform.isAarch32 {
# AARCH32-SPECIFIC OVERRIDES

Loading…
Cancel
Save