From 7be8a048040c8d4f59a548b79a345d0b101be57e Mon Sep 17 00:00:00 2001 From: Malte Brandy <malte.brandy@maralorn.de> Date: Tue, 11 May 2021 01:32:26 +0200 Subject: [PATCH] haskellPackages.large-hashable: Move to unsupported-platforms --- pkgs/development/haskell-modules/configuration-arm.nix | 3 --- .../haskell-modules/configuration-hackage2nix/main.yaml | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-arm.nix b/pkgs/development/haskell-modules/configuration-arm.nix index b783b466ec78..af4893afe54f 100644 --- a/pkgs/development/haskell-modules/configuration-arm.nix +++ b/pkgs/development/haskell-modules/configuration-arm.nix @@ -66,9 +66,6 @@ self: super: { # https://github.com/ekmett/half/issues/35 half = dontCheck super.half; - # https://github.com/factisresearch/large-hashable/issues/17 - large-hashable = markBroken (dontDistribute super.large-hashable); - } // lib.optionalAttrs pkgs.stdenv.hostPlatform.isAarch32 { # AARCH32-SPECIFIC OVERRIDES diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml index b8687e76d396..26d4bac54822 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml @@ -260,6 +260,7 @@ unsupported-platforms: hommage-ds: [ i686-linux, x86_64-linux, x86_64-darwin, aarch64-linux, armv7l-linux ] HSoM: [ x86_64-darwin ] iwlib: [ x86_64-darwin ] + large-hashable: [ aarch64-linux ] # https://github.com/factisresearch/large-hashable/issues/17 libmodbus: [ x86_64-darwin ] libsystemd-journal: [ x86_64-darwin ] libtelnet: [ x86_64-darwin ]