12 Commits

Author SHA1 Message Date
R. Ryantm 4e2f710de2 linuxPackages.dddvb: 0.9.40 -> 0.9.40a 2025-11-16 20:11:56 +00:00
Petr Zahradnik ad568dbd24 linuxPackages_6_12_hardened.dddvb: 0.9.38-pre.6 -> 0.9.40 2025-09-21 12:30:54 +02:00
mivorasu ee0866bddd treewide: conform descriptions to the standards 2025-07-28 04:39:00 +00:00
Peder Bergebakken Sundt 0cd04d3036 treewide: migrate fetchgit rev = "refs/tags/..." to tag 2025-01-04 00:19:17 +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 https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.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
Martin Weinelt 4611371303 treewide: scale back maintainership for various packages 2024-01-05 14:43:39 +01:00
Martin Weinelt 87124068e3 linuxPackages.ddvb: Mark broken on 6.2+
Newer versions fail to build as well and cause regressions.
2023-05-08 19:58:06 +02:00
Martin Weinelt 9c48ac1b36 linuxPackages.dddvb: 0.9.38-pre.4 -> 0.9.38-pre.6
Apply patch to unbreak on 5.18+.
2022-08-05 12:08:07 +02:00
Alyssa Ross 515938fed6 linuxPackages.dddvb: mark broken on Linux 5.18 2022-05-25 12:29:13 +00:00
Martin Weinelt b1a7001712 linuxPackages.dddvb: 0.9.33-404-ge9ccab3 -> 0.9.38-pre.4 2022-03-02 11:17:29 +01:00
Martin Weinelt 730edb44a8 linuxPackages.dddvb: init at 0.9.33-404-ge9ccab3 2022-02-22 19:31:47 +01:00