Commit Graph

21 Commits

Author SHA1 Message Date
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02: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
Reno Dakota
bd43a32e50 p4c: fix strict deps
add python3 and protobuf to nativeBuildInputs
2024-07-25 07:19:31 +00:00
Sergei Trofimovich
bdaeae3fba p4c: fix gcc-13 build failure
Without the change build fails on `master` as
https://hydra.nixos.org/build/247605854:

    In file included from /build/source/lib/hex.cpp:17:
    /build/source/lib/hex.h:25:5: error: 'intmax_t' does not name a type; did you mean 'int8_t'?
       25 |     intmax_t val;
          |     ^~~~~~~~
          |     int8_t
2024-02-10 20:39:46 +00:00
Pol Dellaiera
a45519d09c p4c: use finalAttrs pattern 2023-07-29 13:02:22 +02:00
R. Ryantm
958cc373f5 p4c: 1.2.4.0 -> 1.2.4.1 2023-07-29 06:27:17 +00:00
R. Ryantm
aa3a5b91e3 p4c: 1.2.3.9 -> 1.2.4.0 2023-06-09 12:26:21 +00:00
R. Ryantm
2e420f985d p4c: 1.2.3.8 -> 1.2.3.9 2023-05-05 10:07:56 +00:00
R. Ryantm
c6113676c2 p4c: 1.2.3.7 -> 1.2.3.8 2023-04-27 03:52:43 +00:00
R. Ryantm
8441efbcab p4c: 1.2.3.6 -> 1.2.3.7 2023-03-13 19:26:03 +00:00
R. Ryantm
ffe043c398 p4c: 1.2.3.5 -> 1.2.3.6 2023-02-09 23:18:18 +00:00
Weijia Wang
40ab778da7 Merge pull request #199403 from r-ryantm/auto-update/p4c
p4c: 1.2.3.2 -> 1.2.3.5
2023-01-23 06:36:08 +01:00
Gauvain 'GovanifY' Roussel-Tarbouriech
94645872d1 p4c: add myself as maintainer and add changelog 2023-01-17 14:43:03 +01:00
R. Ryantm
7dc9a9300e p4c: 1.2.3.2 -> 1.2.3.5 2023-01-08 01:38:51 +00:00
Artturin
7e49471316 treewide: optional -> optionals where the argument is a list
the argument to optional should not be list
2022-10-10 15:40:21 +03:00
Gauvain 'GovanifY' Roussel-Tarbouriech
990828dcfd p4c: correct native/buildInputs mistake 2022-10-08 21:31:26 -04:00
R. Ryantm
d50b74a2ea p4c: 1.2.3.1 -> 1.2.3.2 2022-10-02 02:57:22 +00:00
Raito Bezarius
5e23d52163 p4c: use dynamic linkage for Protobuf 2022-09-29 00:40:36 +02:00
R. Ryantm
841e04264b p4c: 1.2.3.0 -> 1.2.3.1 2022-09-02 21:45:15 +00:00
R. Ryantm
b4b732bc42 p4c: 1.2.2.1 -> 1.2.3.0 2022-08-20 15:02:54 +00:00
Raito Bezarius
97f1bb2f99 p4c: init at 1.2.2.1 2022-08-19 17:29:37 +02:00