pythonPackages.tiledb: mark broken

This commit is contained in:
Sandro Jäckel 2021-02-17 12:05:40 +01:00
parent 8a78967cd8
commit a748566693
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -81,6 +81,7 @@ buildPythonPackage rec {
homepage = "https://github.com/TileDB-Inc/TileDB-Py";
license = licenses.mit;
maintainers = with maintainers; [ fridh ];
# tiledb/core.cc:556:30: error: struct std::array<long unsigned int, 2> has no member named second
broken = true;
};
}