busybox: set meta.mainProgram

Fix this warning:
> evaluation warning: getExe: Package "busybox-1.36.1" does not have
> the meta.mainProgram attribute.
This commit is contained in:
Issam E. Maghni
2025-03-23 15:14:01 -04:00
parent a1293dacda
commit 781bed21e4
@@ -190,6 +190,7 @@ stdenv.mkDerivation rec {
description = "Tiny versions of common UNIX utilities in a single small executable";
homepage = "https://busybox.net/";
license = licenses.gpl2Only;
mainProgram = "busybox";
maintainers = with maintainers; [ TethysSvensson qyliss ];
platforms = platforms.linux;
priority = 15; # below systemd (halt, init, poweroff, reboot) and coreutils