igraph: enable for darwin

This commit is contained in:
Robert Scott 2020-07-20 20:25:59 +01:00
parent e3cba5aad9
commit e9115e79c9

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
homepage = "https://igraph.org/"; homepage = "https://igraph.org/";
license = lib.licenses.gpl2; license = lib.licenses.gpl2;
# NB: Known to fail tests on aarch64. # NB: Known to fail tests on aarch64.
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ] ++ lib.platforms.darwin;
maintainers = [ lib.maintainers.MostAwesomeDude ]; maintainers = [ lib.maintainers.MostAwesomeDude ];
}; };
} }