Unverified Commit caf0c4e8 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

ocamlPackages.owl-base: add aarch64 to platforms (#391349)

parents 325efcc5 4e80fc3c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };