haskellPackages.large-hashable: re-enable on aarch64-linux

This commit is contained in:
sternenseemann
2025-09-22 02:35:56 +02:00
parent 6d7dc316d6
commit 5dc692bae6
2 changed files with 0 additions and 2 deletions
@@ -714,7 +714,6 @@ unsupported-platforms:
kmonad: [ platforms.darwin ]
Kulitta: [ platforms.darwin ] # depends on Euterpea
LambdaHack: [ platforms.darwin ]
large-hashable: [ aarch64-linux ] # https://github.com/factisresearch/large-hashable/issues/17
libmodbus: [ platforms.darwin ]
libsystemd-journal: [ platforms.darwin ]
libtelnet: [ platforms.darwin ]
-1
View File
@@ -410306,7 +410306,6 @@ self: {
benchmarkToolDepends = [ cpphs ];
description = "Efficiently hash (large) Haskell values";
license = lib.licenses.bsd3;
badPlatforms = [ "aarch64-linux" ];
maintainers = [ lib.maintainers.sternenseemann ];
}
) { };