haskellPackages.hQu: disable on some unsupported platforms

This commit is contained in:
sternenseemann 2021-08-05 08:37:39 +02:00
parent 9cde21d4cd
commit e24df47756
2 changed files with 2 additions and 0 deletions

View file

@ -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 ]

View file

@ -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