Commit Graph

23 Commits

Author SHA1 Message Date
R. Ryantm
82bdfc5bfb yacreader: 9.14.2 -> 9.15.0 2025-01-01 15:32:53 +00: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
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08: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
Weijia Wang
74af5a0a38
Merge pull request #286657 from r-ryantm/auto-update/yacreader
yacreader: 9.13.1 -> 9.14.2
2024-03-07 10:29:08 +01:00
Sergei Trofimovich
913fb1519c yacreader: add mainProgram 2024-03-05 22:28:48 +00:00
R. Ryantm
7d06db3b8c yacreader: 9.13.1 -> 9.14.2 2024-02-17 02:05:55 +00:00
Solène Rapenne
b55d20d7c4 treewide: remove myself as maintainer 2023-11-03 18:09:17 +01:00
R. Ryantm
eea0f158cc yacreader: 9.12.0 -> 9.13.1 2023-08-13 11:43:19 +00:00
R. Ryantm
559277490b yacreader: 9.11.0 -> 9.12.0 2023-04-25 17:13:06 +00:00
R. Ryantm
2abe498362 yacreader: 9.10.0 -> 9.11.0 2023-01-11 09:02:00 +00:00
R. Ryantm
979149b323 yacreader: 9.9.2 -> 9.10.0 2022-11-01 11:11:48 +00:00
R. Ryantm
3ffe9266e5 yacreader: 9.9.1 -> 9.9.2 2022-10-08 18:29:32 +08:00
Solene Rapenne
a7aa87ae68 yacreader: use lib for maintainer 2022-10-06 18:15:16 +02:00
Solene Rapenne
0b6a5ffd9b yacreader: add srapenne as maintainer 2022-10-04 22:37:55 +02:00
zendo
d5d441d2c7 yacreader: 9.8.2 -> 9.9.1 2022-09-05 15:14:30 +08:00
R. RyanTM
a7d3afbbd9 yacreader: 9.7.1 -> 9.8.2 2021-08-14 11:57:38 +00:00
Ben Siraphob
4ce8c34049 treewide: remove unnecessary enableParallelBuilding when using qmake 2021-07-20 10:32:58 +07:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
R. RyanTM
ec34833248 yacreader: 9.6.2 -> 9.7.1 2020-09-27 03:44:14 +00:00
Averell Dalton
ac32e855fa yacreader: 9.5.0 -> 9.6.2 2019-11-01 19:47:45 -07:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Moritz Kiefer
d52de90dba yacreader: init at 9.5.0, libunarr: init at 1.0.1 2018-11-09 17:46:30 +01:00