python311Packages.vowpalwabbit: unbreak on aarch64-darwin

This commit is contained in:
Malo Bourgon 2024-06-06 12:46:19 -07:00
parent 0cd8bd9aa0
commit 4721ab1de8

View File

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