mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Merge pull request #93553 from risicle/ris-igraph-darwin
igraph: enable for darwin
This commit is contained in:
commit
d42b366613
@ -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