Commit Graph

12 Commits

Author SHA1 Message Date
Stefan Frijters
1e143fbc70 linux-doc: move env vars into env for structuredAttrs 2026-02-19 17:46:02 +01:00
Martin Joerg
e06ca9f7e3 linux-doc: fix build for linux >= 6.19 2026-02-13 15:15:48 +00:00
Yohann Boniface
9fbc4bf2d3 linux-doc: fix build (#395281) 2025-04-04 15:56:11 +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
Sigmanificient
7345910b1b linux-doc: Remove docutils patch 2024-05-30 17:31:50 +02:00
Sigmanificient
e99bede01d linux-doc: adopt, fix build, apply minor changes 2024-05-07 11:00:32 +02:00
Jordan Isaacs
f27ac4a21c kernel-doc: fix build 2024-03-14 22:14:31 -07:00
Sandro Jäckel
cf6c96533b treewide: reduce packages I maintainer 2023-07-23 19:30:22 +02:00
Robert Schütz
79768df602 linux-doc: remove Python overrides
The build used to fail with

    Found duplicated packages in closure for dependency 'docutils':
      docutils 0.19 (/nix/store/y1ifaaf1pfh8pz4qfqvc5gdk3a7s1563-python3.10-docutils-0.19/lib/python3.10/site-packages)
      docutils 0.16 (/nix/store/f2rd8fjdjzy0kpqd2x0gw5lwbxwmzzm6-python3.10-docutils-0.16/lib/python3.10/site-packages)
2023-02-25 14:11:58 -08:00
Martin Weinelt
4af35d92a0 python3Packages.sphinx-rtd-theme: rename from sphinx_rtd_theme 2022-08-03 18:39:37 +02:00
Vladimír Čunát
8198636be0 linux-doc: fixup fetch after commit 9e68ab7b83
Let's stop using src.override.  I see no advantage,
and the switch of original src from `sha256 =` to `hash =`
was causing really confusing errors.
2022-07-26 12:08:28 +02:00
Sandro Jäckel
e9be5fe419 linux-doc: init 2022-05-23 21:57:06 +02:00