Commit Graph

29 Commits

Author SHA1 Message Date
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Alexander Sieg
206cc199fc
pcloud: 1.14.7 -> 1.14.8 (#356202) 2024-12-03 19:06:33 +01:00
Martino Fontana
87ad190dce pcsx2: 2.1.127 -> 2.3.39 2024-11-29 22:21:27 +01:00
Patryk Wychowaniec
90633c1825
pcloud: 1.14.7 -> 1.14.8 2024-11-15 16:38:51 +01:00
Sandro
9fddf172b2
pcsx2-bin: 2.1.231 -> 2.3.10 (#354542) 2024-11-12 18:28:10 +01:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
Matteo Pacini
656e14918f pcsx2-bin: 2.1.231 -> 2.3.10 2024-11-08 17:00:55 +00:00
Matteo Pacini
847bfa248b pcsx2-bin: 2.1.205 -> 2.1.231 2024-10-30 08:37:34 +00:00
Matteo Pacini
5e629ac8de pcsx2-bin: 2.1.136 -> 2.1.205 2024-10-14 18:21:34 +01:00
Anderson Torres
89de09405f pcsx2: 2.1.102 -> 2.1.127 2024-09-11 11:48:41 -03:00
Matteo Pacini
09e885cfda pcsx2-bin: 2.1.116 -> 2.1.136 2024-09-11 00:11:10 +01:00
Matteo Pacini
ebaf3f00ac pcsx2-bin: simplified updateScript 2024-08-28 08:11:55 +01:00
Matteo Pacini
23cd1324dc pcsx2-bin: 2.1.17 -> 2.1.116 2024-08-28 08:11:55 +01:00
Anderson Torres
3da6b7e7d4 pcsx2: 2.1.17 -> 2.1.102
Mental note: create some interesting update script.
2024-08-21 20:00:48 -03:00
Matteo Pacini
3342c13bff pcsx2-bin: updated updateScript 2024-08-05 23:25:01 +01:00
Peder Bergebakken Sundt
01a69e5619 pcsx2-bin: simplify updateScript 2024-07-25 01:25:13 +02:00
Peder Bergebakken Sundt
50773c2ed1
Merge pull request #328620 from matteo-pacini/pcsx2-bin-update
pcsx2-bin: 1.7.5919 -> 2.1.17, derivation improvements
2024-07-25 01:23:20 +02:00
Anderson Torres
d684a19143 pcsx2: 1.7.5919 -> 2.1.17
There are no brakes on the PCSX2 2.x Hype Train!
2024-07-20 10:30:59 -03:00
Matteo Pacini
88011bc9bd pcsx2-bin: 1.7.5919 -> 2.1.17 2024-07-20 10:10:21 +01:00
Matteo Pacini
2834aef384 pcsx2-bin: derivation improvements 2024-07-20 10:10:21 +01:00
Matteo Pacini
89f2921956 pcsx2-bin: added passthru.updateScript 2024-07-14 22:32:06 +01:00
Anderson Torres
a47fc28cdc pcsx2-bin: "init" at 1.7.5919
This is a repack of MacOS-only precompiled package from upstream.

Basically it is a migration of the previous Darwin-only package for pcsx2.

By request, matteo-pacini is set as the sole maintainer of this package.
2024-07-10 22:01:16 -03:00
Anderson Torres
f277070801 pcsx2: big rewrite
- Gather all the sources in a same expression under sources.nix
- Doc-comment and rename the patch
- strictDeps is set as true
  - Why extra-cmake-modules does not work in nativeBuildInputs??
- Add myself as maintainer
2024-07-10 22:01:16 -03:00
Anderson Torres
eb7ef344a0 pcsx2: fix expression
- lacks runHooks on installPhase
- remove nested with
2024-07-10 22:01:16 -03:00
Anderson Torres
9c6d94f810 pcsx2: "remove" macos binary package
Let's "remove" the binary-only, MacOS-only package from this expression, because
it should be maintained by MacOS maintainers.

Besides, no other modification will be made right now, just a merge between files.
2024-07-10 22:01:16 -03:00
Matteo Pacini
7da8f10dec pcsx2: 1.7.5779 -> 1.7.5919 2024-07-05 20:35:44 +01:00
Matteo Pacini
bfc5feda99 pcsx2: darwin support, add maintainer 2024-07-01 22:36:03 +01:00
Martino Fontana
f66076f374 pcsx2: 1.7.5587 -> 1.7.5779
Diff: PCSX2/pcsx2@v1.7.5587...v1.7.5779
2024-06-06 10:53:36 +02:00
Martino Fontana
b0a14018d3 pcsx2: migrate to by-name 2024-05-29 12:21:41 +02:00