Commit 781bed21 authored by Issam E. Maghni's avatar Issam E. Maghni
Browse files

busybox: set `meta.mainProgram`

Fix this warning:
> evaluation warning: getExe: Package "busybox-1.36.1" does not have
> the meta.mainProgram attribute.
parent a1293dac
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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