haskellPackages.HQu: use supported-platforms list

This commit is contained in:
sternenseemann 2022-08-06 14:20:00 +02:00
parent a466470a2b
commit f52b0f1ff4
2 changed files with 2 additions and 2 deletions

View file

@ -451,7 +451,6 @@ unsupported-platforms:
hidapi: [ platforms.darwin ]
hinotify-bytestring: [ platforms.darwin ]
honk: [ platforms.darwin ]
HQu: [ aarch64-linux, armv7l-linux ] # unsupported by vendored C++ library, TODO: explicitly list supported platforms
HSoM: [ platforms.darwin ]
iwlib: [ platforms.darwin ]
Jazzkell: [ platforms.darwin ] # depends on Euterpea
@ -541,6 +540,7 @@ supported-platforms:
hpapi: [ platforms.linux ] # limited by pkgs.papi
hsignal: [ platforms.x86 ] # -msse2
HFuse: [ platforms.linux ]
HQu: [ platforms.x86 ] # vendored C++ library needs i686/x86_64
hw-prim-bits: [ platforms.x86 ] # x86 assembler
inline-asm: [ platforms.x86 ] # x86 assembler
kqueue: [ platforms.netbsd, platforms.freebsd, platforms.openbsd, platforms.darwin ]

View file

@ -9277,7 +9277,7 @@ self: {
benchmarkHaskellDepends = [ base gauge ];
description = "quantitative finance library";
license = lib.licenses.mit;
badPlatforms = [ "aarch64-linux" "armv7l-linux" ];
platforms = lib.platforms.x86;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {inherit (pkgs) gsl;};