Commit Graph

8 Commits

Author SHA1 Message Date
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
8fb6a0f44a simplex-chat-desktop: 5.5.5 -> 5.7.0 2024-04-27 03:04:22 +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
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Jean-Baptiste Giraudeau
2757a8c377
simplex-chat-desktop: 5.4.4 -> 5.5.5 2024-02-23 15:06:26 +01:00
Jean-Baptiste Giraudeau
dbd66e11cc
simplex-chat-desktop: 5.4.2 -> 5.4.4
also add updateScript (depends on #280492)
2024-01-23 11:23:07 +01:00
Jean-Baptiste Giraudeau
d259f81c62
simplex-chat-desktop: 5.3.1 -> 5.4.2 2024-01-05 21:28:04 +01:00
Yuu Yin
003a948a71
simplex-chat-desktop: init at 5.3.1
Co-authored-by: "Emily Lange" <nix@emilylange.de>
2023-09-26 13:06:57 -03:00