python310Packages.datatable: mark broken

This commit is contained in:
Sandro Jäckel
2022-05-12 01:36:17 +02:00
parent 4c3bcf7f4d
commit ad630d5a7f
@@ -61,5 +61,8 @@ buildPythonPackage rec {
homepage = "https://github.com/h2oai/datatable";
license = licenses.mpl20;
maintainers = with maintainers; [ abbradar ];
# uses custom build system and adds -Wunused-variable -Werror
# warning: dt::expr::doc_first defined but not used [-Wunused-variable]
broken = true;
};
}