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
commit be9410564a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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