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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user