mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 04:24:28 +03:00
igraph: enable for darwin
This commit is contained in:
parent
e3cba5aad9
commit
e9115e79c9
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://igraph.org/";
|
||||
license = lib.licenses.gpl2;
|
||||
# NB: Known to fail tests on aarch64.
|
||||
platforms = [ "x86_64-linux" ];
|
||||
platforms = [ "x86_64-linux" ] ++ lib.platforms.darwin;
|
||||
maintainers = [ lib.maintainers.MostAwesomeDude ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user