Unverified Commit e067934d authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

busybox: set `meta.mainProgram` (#392448)

parents 02e11f86 781bed21
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