mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
igraph: Only build and test x86_64-linux.
aarch64-linux tests fail on the community builder, so don't build there until we have more evidence that failing tests are not a problem.
This commit is contained in:
parent
9409bd0ea6
commit
dd284b9758
@ -30,6 +30,8 @@ stdenv.mkDerivation rec {
|
||||
description = "The network analysis package";
|
||||
homepage = "https://igraph.org/";
|
||||
license = lib.licenses.gpl2;
|
||||
# NB: Known to fail tests on aarch64.
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = [ lib.maintainers.MostAwesomeDude ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user