forked from mirrors/nixpkgs
mdds: mark broken on darwin
This commit is contained in:
parent
9a515a9d45
commit
f6dfcaa3c8
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue