Commit Graph

14 Commits

Author SHA1 Message Date
Ben Siraphob
062d2b697e pkgs: fix typos in applications, data, desktops, games and misc
Assisted-by: Claude Code (claude-opus-5)
2026-08-02 11:15:27 -07:00
Rouven Czerwinski
4544c27b88 barebox: add lz4 dependency
Newer barebox can compress with lz4, add it as a dependency.
2026-07-02 13:06:36 +02:00
Rouven Czerwinski
85f445b51b barebox: introduce strictDeps, __structuredAttrs
Introduce strictDeps and fix the nativeBuildInputs/buildInputs confusion
that existed beforehand.
2026-07-02 13:06:23 +02:00
Rouven Czerwinski
c97ec33402 barebox: support version/src arguments
Same as U-boot, makes it easier for implementors to support different
versions and sources.
2026-07-02 13:06:13 +02:00
Rouven Czerwinski
3004b4f781 barebox: remove rec
Use the finalAttrs pattern to access the version inside of fetchurl
instead.
2026-07-02 13:04:33 +02:00
Rouven Czerwinski
0f7f6682a5 barebox: support makeOverridable
Make barebox overridable in the same way as u-boot.
2026-06-29 12:21:56 +02:00
Rouven Czerwinski
9a1884d632 barebox: 2020.12.0 -> 2026.06.1
Also add the rk-usb-loader tool to the files that are installed.

Signed-off-by: Rouven Czerwinski <rouven@czerwinskis.de>
2026-06-29 12:21:56 +02:00
Rouven Czerwinski
645e76c0aa barebox: undrop package
This reverts commit 0a94677daa.
2026-06-29 12:21:56 +02:00
awwpotato
0a94677daa barebox: drop 2025-04-19 10:19:09 -07: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
Jussi Kuokkanen
9b4703cf14 pkgs/misc: remove licenses.gpl2 2024-07-03 14:24:14 +03:00
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Ben Siraphob
fce00d15c2 pkgs/misc: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Rouven Czerwinski
7a6203fffc bareboxTools: init at v2020.12.0
This adds the bareboxTools as a package. The buildBarebox function is
intentionally modeled like the buildUBoot function, which should allow
future expansion to build barebox for NixOS systems. The tools are
useful on their own, since they allow flashing of systems via the
different USB loader tools shipped in the scripts directory.
2020-12-14 21:49:37 +01:00