Merge pull request #172633 from SuperSandro2000/datatable

python310Packages.datatable: mark broken
main
Sandro 2 years ago committed by GitHub
commit d8df420563
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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