vowpalwabbit: mark broken on aarch64.
This commit is contained in:
parent
fe7e89ba3b
commit
69d418aeac
@ -40,6 +40,7 @@ buildPythonPackage rec {
|
||||
description = "Vowpal Wabbit is a fast machine learning library for online learning, and this is the python wrapper for the project.";
|
||||
homepage = https://github.com/JohnLangford/vowpal_wabbit;
|
||||
license = licenses.bsd3;
|
||||
broken = stdenv.isAarch64;
|
||||
maintainers = with maintainers; [ teh ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user