mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
forgejo: remove unused coreutils from nativeCheckInputs
(cherry picked from commit d83946a9ee)
This commit is contained in:
committed by
github-actions[bot]
parent
fc2b742223
commit
5f21d9285d
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user