python311Packages.vowpalwabbit: unbreak on aarch64-darwin
This commit is contained in:
parent
0cd8bd9aa0
commit
4721ab1de8
@ -69,7 +69,8 @@ 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 ];
|
||||
# Test again when new version is released
|
||||
broken = stdenv.isLinux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user