Commit Graph

10 Commits

Author SHA1 Message Date
Minijackson
2fa82b71c1
jellyfin: move to pkgs/by-name 2024-06-10 20:30:21 +02:00
Minijackson
b71cba0165
jellyfin-web: move to pkgs/by-name 2024-06-10 20:28:35 +02:00
Weijia Wang
22374b27d9
Merge pull request #317083 from r-ryantm/auto-update/jetbrains-toolbox
jetbrains-toolbox: 2.3.1.31116 -> 2.3.2.31487
2024-06-10 19:51:00 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02: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
José Luis Lafuente
47fe73f5b6
jextract: unstable-2023-11-27 -> unstable-2024-03-13
Closes #293102
2024-03-26 15:08:30 +01:00