Commit Graph

19 Commits

Author SHA1 Message Date
Robert Schütz
ec681ffc8f e2fsprogs: 1.47.3 -> 1.47.4
Changelog: https://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.47.4
2026-05-25 16:00:25 -07:00
Wolfgang Walther
b13e9ba96f maintainers: drop leenaars
Did not react to maintainer pings since at least 2020.
2025-11-06 11:16:56 +01:00
Vladimír Čunát
7ba60b48d3 e2fsprogs: avoid outputChecks on darwin
And the problem is probably the same on other non-glibc platforms, too.
Hydra logs don't show these kind of errors, but here's a build:
https://hydra.nixos.org/build/306371286

/cc the PR that caused the issue: #431959
2025-09-04 19:47:45 +02:00
Arian van Putten
e923af99e0 e2fsprogs: move scripts to separate output (#431959) 2025-08-10 19:48:27 +02:00
Alyssa Ross
59747ab9aa e2fsprogs: fix build for musl
Fixes: 1010b2606b ("e2fsprogs: 1.47.2 -> 1.47.3")
2025-08-10 09:29:14 +02:00
nikstur
e58c9e7dd6 e2fsprogs: move scripts to separate output
This enables us to use the bin and out output without pulling in bash.

- Enable structuredAttrs
- Enable strictDeps
- Add bash to disallowedRequisites
2025-08-08 11:12:02 +02:00
Wolfgang Walther
90604d95bc Merge branch 'staging-next' into staging 2025-07-24 14:33:09 +02:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
R. Ryantm
1010b2606b e2fsprogs: 1.47.2 -> 1.47.3 2025-07-19 06:07:50 +02:00
Will Fancher
5f3773d4ea e2fsprog: Remove override on libarchive 2025-07-02 19:31:03 -04:00
usertam
4df1e89189 e2fsprogs: add usertam to maintainers 2025-06-28 23:17:09 +08:00
usertam
f3f8bad8c4 e2fsprogs: support mkfs.ext4 -d with libarchive 2025-06-28 23:17:04 +08:00
liberodark
c6729488de treewide: remove with lib Part 4 2025-06-07 00:48:50 +02:00
emaryn
2e22fa4e2c e2tools: 0.1.0 -> 0.1.2
Diff: https://github.com/e2tools/e2tools/compare/v0.1.0...v0.1.2
2025-04-23 04:27:04 +00:00
Sigmanificient
e6fe6f4b7c treewide: remove unused rec expressions 2025-03-13 21:34:05 +01:00
Sergei Trofimovich
591c6de7bc e2fsprogs: 1.47.1 -> 1.47.2
Changes: https://github.com/tytso/e2fsprogs/compare/v1.47.1...v1.47.2
2025-01-06 06:28:33 +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
Wolfgang Walther
cec59f9c70 e2fsprogs: remove compat patch
23.05 is not supported anymore.

(cherry picked from commit 894fb0748d)
(cherry picked from commit 6b42457942)
2024-11-30 15:11:38 +01:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00