Merge pull request #104887 from SuperSandro2000/mdds-darwin

mdds: mark broken on darwin
This commit is contained in:
Raghav Sood
2020-11-25 13:13:37 +00:00
committed by GitHub

View File

@@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
homepage = "https://gitlab.com/mdds/mdds";
description = "A collection of multi-dimensional data structure and indexing algorithm";
platforms = platforms.all;
broken = stdenv.isDarwin;
license = licenses.mit;
};
}