3
0
Fork 0
forked from mirrors/nixpkgs

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

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