ocamlPackages.owl-base: add aarch64 to platforms

As of 1.2, Owl supports ARM.

+1 -1
+1 -1
pkgs/development/ocaml-modules/owl-base/default.nix
··· 21 21 description = "Numerical computing library for Ocaml"; 22 22 homepage = "https://ocaml.xyz"; 23 23 changelog = "https://github.com/owlbarn/owl/releases"; 24 - platforms = platforms.x86_64; 24 + platforms = platforms.x86_64 ++ platforms.aarch64; 25 25 maintainers = [ maintainers.bcdarwin ]; 26 26 license = licenses.mit; 27 27 };