Commit Graph

9 Commits

Author SHA1 Message Date
Atemu
b4047a0455
Merge pull request #279260 from SuperSamus/multiPkgs-false-remove
treewide: remove `multiArch=false` and wrong usage of `extraPkgs`
2024-05-14 09:59:43 +02: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
GetPsyched
8b6cb7cdfa
hoppscotch: 24.3.2-1 -> 24.3.3-1 2024-05-11 21:31:07 +05:30
GetPsyched
e86dc7881d
hoppscotch: add meta attributes 2024-05-11 21:25:32 +05:30
DataHearth
7cdddf2b22
hoppscotch: 24.3.1-2 -> 24.3.2-1 2024-05-01 11:25:57 +02:00
DataHearth
691add5d17
hoppscotch: 23.12.5-1 -> 24.3.1-2 2024-04-29 12:04:19 +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
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
DataHearth
3dd025b28c
hoppscotch: init at 23.12.5 2024-02-22 20:32:34 +01:00