Commit Graph

7 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
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
Ryan Horiguchi
cf1b2a6cf5 bazecor: 1.3.9 -> 1.3.11 2024-04-17 21:48:09 +02:00
amesgen
6a83a89aee
bazecor: 1.3.8 -> 1.3.9 2024-01-08 20:20:08 +01:00
amesgen
c4e177b8a1
bazecor: install .desktop entry and icon 2024-01-08 20:15:12 +01:00
amesgen
160e2f620e
bazecor: 1.3.6 -> 1.3.8 2023-11-24 13:22:45 +01:00
amesgen
4f2eaf6a5f
bazecor: init at 1.3.6
Co-authored-by: Gabriel Volpe <volpegabriel@gmail.com>
2023-10-31 10:32:46 +01:00