Merge pull request #172714 from SomeoneSerge/datatable

python310Packages.datatable: mark broken
This commit is contained in:
Mario Rodas 2022-05-14 11:13:06 -05:00 committed by GitHub
commit 81b947014c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@
, llvm
, pytestCheckHook
, typesentry
, isPy310
}:
buildPythonPackage rec {
@ -63,6 +64,6 @@ buildPythonPackage rec {
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;
broken = isPy310;
};
}