mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
casadi: set meta.platforms
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.
This commit is contained in:
parent
941d2bb59e
commit
a3b45b9fe9
@ -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;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user