busybox: set meta.mainProgram (#392448)

This commit is contained in:
Pol Dellaiera
2025-03-23 20:53:04 +01:00
committed by GitHub
@@ -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