Commit Graph

6 Commits

Author SHA1 Message Date
R. Ryantm
4437f87633 arduino-ide: 2.3.2 -> 2.3.3 2024-09-25 12:20:39 +00:00
Martino Fontana
6e465f4550 treewide: fix use of extraPkgs in AppImages
Mostly removes unnecessary use of `extraPkgs = pkgs: appimageTools.defaultFhsEnvArgs.multiPkgs pkgs;`
This caused some packages to be listed twice.

Also, fix some styling, and accidental use of top-level packages (sometimes due to the `with;` keyword, e.g. on `beeper`).
Remove inclusions of `bash`, since `bashInteractive` is already present by default.
2024-05-13 20:35:07 +02:00
caeklol
5c8f30b56e arduino-ide: Fix .desktop file 2024-05-11 11:31:18 +08:00
Peder Bergebakken Sundt
985aa8174d treewide: unbreak appimageTools.wrapType2 builds
`appimageTools.wrapType2` no longer creates a binary `$out/bin/${name}` if `pname` and `version` is provided.
Derivations that have worked around this behavior with a `mv $out/bin/{${name},${pname}}` broke as a result.
This should fix most instances.

contex: #271071
2024-04-24 15:26:52 +02:00
R. Ryantm
3ae56d4cf6 arduino-ide: 2.2.1 -> 2.3.2 2024-02-22 16:20:24 +00:00
clerie
0df63f75c2 arduino-ide: Init at 2.2.1 2023-12-07 16:40:14 +01:00