Commit Graph

40 Commits

Author SHA1 Message Date
Jo
3fbd0ec505 gz-math: init at 9.1.0 (#401753) 2026-08-06 21:14:01 +00:00
Peder Bergebakken Sundt
a0d022d0f4 treewide: use finalAttrs.finalPackage.doCheck 2026-07-18 18:23:21 +02:00
azahi
900dfaee6f treewide: remove azahi from maintainers 2026-06-26 02:38:36 +03:00
Thomas Butter
17f3d5cd17 gzrt: 0.8 -> 0.9.1 2026-06-05 19:54:59 +00:00
GueLaKais
5c150cdfc9 gz-math: init at 9.1.0 2026-06-05 19:04:52 +02:00
GueLaKais
e09e290a8b gz-utils: 3.1.1 -> 4.0.0 2026-06-05 19:04:52 +02:00
GueLaKais
1b9d9e1cfc gz-cmake: 5.0.0 -> 5.1.1 2026-06-05 19:04:51 +02:00
GueLaKais
800e1a3129 gz-utils: 3.1.1 -> 4.0.0 2026-03-14 08:14:57 +01:00
GueLaKais
37f4d33567 gz-cmake: 4.2.0 -> 5.0.0 2026-03-14 08:14:57 +01:00
quantenzitrone
6b61249106 various: switch to finalAttrs pattern
this shouldn't create any rebuilds
2026-01-30 02:36:22 +01:00
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
Peder Bergebakken Sundt
97262ee871 treewide: replace stdenv.is with stdenv.hostPlatform.is 2025-06-04 19:01:03 +02:00
Guilhem Saurel
95e07f4bd3 gz-cmake: enable tests again 2025-05-13 14:02:25 +02:00
Pol Dellaiera
345dcca643 gz-cmake: add updateScript, 4.1.1 -> 4.2.0 (#404235) 2025-05-13 08:30:05 +00:00
Benjamin Sparks
8f60526ee7 gz-cmake: conditionally enable tests 2025-05-13 02:24:42 +02:00
Azat Bahawi
5e05d4e3bb gzdoom: 4.14.1 -> 4.14.2 (#404250) 2025-05-05 14:07:20 +03:00
R. Ryantm
2d36d96bee gzdoom: 4.14.1 -> 4.14.2 2025-05-05 00:41:26 +00:00
Benjamin Sparks
0031c3829d gz-cmake: 4.1.1 -> 4.2.0 2025-05-05 00:50:15 +02:00
Benjamin Sparks
b4e52b4124 gz-cmake: add passthru.updateScript 2025-05-05 00:50:15 +02:00
Benjamin Sparks
25b3bf9e7d gz-utils: output doxygen documentation 2025-04-25 17:25:33 +02:00
Benjamin Sparks
90c70448cc gz-utils: enable tests 2025-04-25 16:52:23 +02:00
Benjamin Sparks
7a99f21037 gz-utils: use nixpkgs' CLI11 instead of the vendored one 2025-04-25 16:01:41 +02:00
Benjamin Sparks
786f7b0153 gz-utils: move spdlog to buildInputs 2025-04-25 15:02:12 +02:00
GueLaKais
b9e4c667fd gz-utils: init at 3.1.1 2025-04-24 14:31:34 +02:00
GueLaKais
41ec0a61e6 gz-cmake: init at 4.1.1 2025-04-23 13:38:22 +02:00
Gliczy
e206e510e9 gzdoom: 4.14.0 -> 4.14.1 2025-03-03 01:41:39 +01:00
r4v3n6101
f01992f743 gzdoom: add r4v3n6101 as maintainer
zmusic: add r4v3n6101 as maintainer
2025-02-15 04:50:39 +03:00
r4v3n6101
7e379d28dc gzdoom: add darwin builds support 2025-02-15 04:46:18 +03:00
Gliczy
af5356b74c gzdoom: 4.13.2 -> 4.14.0 2024-12-29 05:04:45 +01: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
Gliczy
2abc9cbb40 gzdoom: 4.13.1 -> 4.13.2 2024-10-31 14:52:24 +01:00
Gliczy
06f175167f gzdoom: 4.13.0 -> 4.13.1 2024-10-20 16:48:45 +02:00
Gliczy
82cee11aba gzdoom: 4.12.2 -> 4.13.0 2024-10-12 12:33:52 +02:00
Gliczy
6c31bc6af8 gzdoom: add myself as maintainer 2024-09-12 22:52:41 +02:00
Gliczy
6dc99a6a11 gzdoom: nixfmt 2024-09-12 22:52:41 +02:00
Gliczy
b3646e9cd9 gzdoom: fixes 2024-09-12 22:51:34 +02:00
Gliczy
e726b99310 gzdoom: fix vulkan 2024-09-12 22:39:33 +02:00
Gliczy
31246e060b gzdoom: move to pkgs/by-name 2024-09-12 22:27:49 +02:00