haskellPackages.HQu: use supported-platforms list
This commit is contained in:
parent
a466470a2b
commit
f52b0f1ff4
2 changed files with 2 additions and 2 deletions
|
@ -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 ]
|
||||
|
|
|
@ -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;};
|
||||
|
|
Loading…
Reference in a new issue