Skip to content

Commit

Permalink
sage: add aarch64-darwin to supported platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Feyorsh committed Sep 2, 2024
1 parent 4195be9 commit 5d4eccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/applications/science/math/sage/sage.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/science/math/sympow/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ stdenv.mkDerivation rec {
free = true;
};
maintainers = lib.teams.sage.members;
platforms = lib.platforms.linux;
platforms = lib.platforms.unix;
};
}

0 comments on commit 5d4eccf

Please sign in to comment.