forgejo: remove unused coreutils from nativeCheckInputs

(cherry picked from commit d83946a9ee)
This commit is contained in:
Marcel
2026-07-17 23:20:00 +02:00
committed by github-actions[bot]
parent fc2b742223
commit 5f21d9285d

View File

@@ -13,7 +13,6 @@
brotli,
buildGoModule,
coreutils,
fetchpatch,
forgejo,
git,
gzip,
@@ -80,9 +79,6 @@ buildGoModule rec {
git
openssh
writableTmpDirAsHomeHook
]
++ lib.optionals (lib.versionAtLeast version "16") [
coreutils
];
patches = [