mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
sage: add aarch64-darwin to supported platforms
This commit is contained in:
parent
4195be9f14
commit
5d4eccf18e
@ -60,6 +60,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://www.sagemath.org";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = teams.sage.members;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.linux ++ [ "aarch64-darwin" ];
|
||||
};
|
||||
}
|
||||
|
@ -80,6 +80,6 @@ stdenv.mkDerivation rec {
|
||||
free = true;
|
||||
};
|
||||
maintainers = lib.teams.sage.members;
|
||||
platforms = lib.platforms.linux;
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user