about summary refs log tree commit diff
path: root/pkgs/development/python-modules/tiledb
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-02-17 12:05:40 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-02-17 12:05:40 +0100
commita748566693c8166beabb39641bba7eca22ca2fc1 (patch)
treef21d3b27acecc1e893b9410ffc9ab5b55daddb86 /pkgs/development/python-modules/tiledb
parent8a78967cd8242d86165e8418f0395494da690297 (diff)
pythonPackages.tiledb: mark broken
Diffstat (limited to 'pkgs/development/python-modules/tiledb')
-rw-r--r--pkgs/development/python-modules/tiledb/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/tiledb/default.nix b/pkgs/development/python-modules/tiledb/default.nix
index d5379b849adee..ddfa83e30f585 100644
--- a/pkgs/development/python-modules/tiledb/default.nix
+++ b/pkgs/development/python-modules/tiledb/default.nix
@@ -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;
   };
-
 }