Commit Graph

18 Commits

Author SHA1 Message Date
quantenzitrone
6ec7b30518 various: rename references from libXv to libxv
this shouldn't create any rebuilds
2026-02-06 00:29:26 +01:00
quantenzitrone
43cdce2c39 various: rename references from libXrandr to libxrandr
this shouldn't create any rebuilds
2026-02-06 00:29:06 +01:00
quantenzitrone
f67b5966bb various: rename references from libXext to libxext
this shouldn't create any rebuilds
2026-02-06 00:25:36 +01:00
quantenzitrone
55280fa564 various: rename references from libX11 to libx11
this shouldn't create any rebuilds
2026-02-06 00:24:34 +01:00
quantenzitrone
50d9a6bd6c utilmacros: rename references and deprecate alias
this shouldn't create any rebuilds
2026-02-04 22:57:11 +01:00
Fernando Rodrigues
890cbf9b35 intel-gpu-tools: 2.2 -> 2.3 (#476847) 2026-02-03 13:11:11 +00:00
ilkecan
adb4b12a4b intel-gpu-tools: add ilkecan to maintainers 2026-02-03 13:55:33 +03:00
R. Ryantm
17120acdb1 intel-gpu-tools: 2.2 -> 2.3 2026-02-03 11:47:12 +01:00
quantenzitrone
6b61249106 various: switch to finalAttrs pattern
this shouldn't create any rebuilds
2026-01-30 02:36:22 +01:00
Gaël James
0e74d2b64c tree-wide: fetchgit, fetchFromGitHub, fetchFromGitLab, fetchFromGitea, fetchFromBitbucket, fetchFromSourcehut: use tag = instead of rev = refs/tags/... 2026-01-15 18:27:42 +01:00
R. Ryantm
7a60d6b6ac intel-gpu-tools: 2.1 -> 2.2 2025-09-29 12:38:12 +00:00
R. Ryantm
852b68961b intel-gpu-tools: 2.0 -> 2.1 2025-07-01 12:38:29 +00:00
liberodark
e61bb30305 treewide: remove with lib Part 2 2025-06-03 16:15:50 +02:00
Haylin Moore
d90c9dc67e intel-gpu-tools: 1.30 -> 2.0 2025-03-18 23:09:48 -07:00
Sigmanificient
670aba9a64 treewide: remove unused arguments 2025-03-13 18:00:11 +01:00
Ben Pye
4780e19ce0 intel-gpu-tools: 1.29 -> 1.30 2024-12-23 20:56:01 -08:00
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
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