diff --git a/pkgs/development/ocaml-modules/owl-base/default.nix b/pkgs/development/ocaml-modules/owl-base/default.nix index 3efb1bf546a1..d46a76987712 100644 --- a/pkgs/development/ocaml-modules/owl-base/default.nix +++ b/pkgs/development/ocaml-modules/owl-base/default.nix @@ -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; };