mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
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.";
|
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;
|
homepage = https://github.com/JohnLangford/vowpal_wabbit;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
|
broken = stdenv.isAarch64;
|
||||||
maintainers = with maintainers; [ teh ];
|
maintainers = with maintainers; [ teh ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user