vowpalwabbit: mark broken on aarch64.

This commit is contained in:
Daniël de Kok 2018-09-04 07:43:53 +02:00
parent fe7e89ba3b
commit 69d418aeac

View file

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