ocamlPackages.owl-base: add aarch64 to platforms

As of 1.2, Owl supports ARM.

Changed files
+1 -1
pkgs
development
ocaml-modules
owl-base
+1 -1
pkgs/development/ocaml-modules/owl-base/default.nix
···
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;
};