mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
ocamlPackages.owl-base: add aarch64 to platforms
As of 1.2, Owl supports ARM.
This commit is contained in:
@@ -21,7 +21,7 @@ buildDunePackage rec {
|
||||
description = "Numerical computing library for Ocaml";
|
||||
homepage = "https://ocaml.xyz";
|
||||
changelog = "https://github.com/owlbarn/owl/releases";
|
||||
platforms = platforms.x86_64;
|
||||
platforms = platforms.x86_64 ++ platforms.aarch64;
|
||||
maintainers = [ maintainers.bcdarwin ];
|
||||
license = licenses.mit;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user