Commit Graph

6 Commits

Author SHA1 Message Date
Ariel Hernandez Musa
f338689ca5 jetbrains-toolbox: 2.3.2.31487 -> 2.4.0.32175 2024-07-05 19:04:38 -03:00
R. Ryantm
4809b3b39e jetbrains-toolbox: 2.3.1.31116 -> 2.3.2.31487 2024-06-04 03:39:36 +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
R. Ryantm
eb66c23a70 jetbrains-toolbox: 2.2.3.20090 -> 2.3.1.31116 2024-05-01 06:36:06 +00: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
Pol Dellaiera
8484ed14b7 jetbrains-toolbox: move to pkgs/by-name 2024-04-02 21:15:08 +02:00