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";
|
homepage = "https://gitlab.com/mdds/mdds";
|
||||||
description = "A collection of multi-dimensional data structure and indexing algorithm";
|
description = "A collection of multi-dimensional data structure and indexing algorithm";
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
broken = stdenv.isDarwin;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user