mdds: mark broken on darwin

This commit is contained in:
Sandro Jäckel 2020-11-25 12:22:39 +01:00
parent 9a515a9d45
commit f6dfcaa3c8
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

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