Skip to content

Commit

Permalink
casadi: set meta.platforms
Browse files Browse the repository at this point in the history
To try to see why why nixpkgs-review does not list casadi on aarch64-darwin

We still can see
`165/165 Test #165: example-py-casadi-quadrotor-ocp ............  Passed`
in `nix log .#python3Packages.pinocchio` on aarch64-darwin, so
everything looks fine anyways.
  • Loading branch information
nim65s committed Aug 13, 2024
1 parent 941d2bb commit a3b45b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/by-name/ca/casadi/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -213,5 +213,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/casadi/casadi";
license = lib.licenses.lgpl3Only;
maintainers = with lib.maintainers; [ nim65s ];
platforms = lib.platforms.all;
};
})

0 comments on commit a3b45b9

Please sign in to comment.