python310Packages.datatable: mark broken

main
Sandro Jäckel 2 years ago
parent 4c3bcf7f4d
commit ad630d5a7f
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 3
      pkgs/development/python-modules/datatable/default.nix

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

Loading…
Cancel
Save