ocamlPackages.owl-base: add aarch64 to platforms

As of 1.2, Owl supports ARM.
This commit is contained in:
Troels Henriksen
2025-03-19 19:22:30 +01:00
parent 208599f47c
commit 4e80fc3c15

View File

@@ -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;
};