haskellPackages.hQu: disable on some unsupported platforms
This commit is contained in:
parent
9cde21d4cd
commit
e24df47756
2 changed files with 2 additions and 0 deletions
|
@ -375,6 +375,7 @@ unsupported-platforms:
|
|||
hommage-ds: [ i686-linux, x86_64-linux, x86_64-darwin, aarch64-linux, armv7l-linux ]
|
||||
honk: [ x86_64-darwin ]
|
||||
hpapi: [ x86_64-darwin ]
|
||||
HQu: [ aarch64-linux, armv7l-linux ] # unsupported by vendored C++ library, TODO: explicitly list supported platforms
|
||||
HSoM: [ x86_64-darwin ]
|
||||
iwlib: [ x86_64-darwin ]
|
||||
jsaddle-webkit2gtk: [ x86_64-darwin ]
|
||||
|
|
|
@ -9020,6 +9020,7 @@ self: {
|
|||
benchmarkHaskellDepends = [ base gauge ];
|
||||
description = "quantitative finance library";
|
||||
license = lib.licenses.mit;
|
||||
platforms = [ "i686-linux" "x86_64-darwin" "x86_64-linux" ];
|
||||
}) {inherit (pkgs) gsl;};
|
||||
|
||||
"HROOT" = callPackage
|
||||
|
|
Loading…
Reference in a new issue