From a26609e4f6c00c8e54d5fbed23f3ce0734323e18 Mon Sep 17 00:00:00 2001 From: Paul Meyer <49727155+katexochen@users.noreply.github.com> Date: Sun, 10 Sep 2023 21:55:27 +0200 Subject: bluetuith: add meta.mainProgram Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com> --- pkgs/tools/bluetooth/bluetuith/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/tools/bluetooth') diff --git a/pkgs/tools/bluetooth/bluetuith/default.nix b/pkgs/tools/bluetooth/bluetuith/default.nix index 8aeab2de7a96a..4018d06b74320 100644 --- a/pkgs/tools/bluetooth/bluetuith/default.nix +++ b/pkgs/tools/bluetooth/bluetuith/default.nix @@ -20,6 +20,7 @@ buildGoModule rec { homepage = "https://github.com/darkhz/bluetuith"; license = licenses.mit; platforms = platforms.linux; + mainProgram = "bluetuith"; maintainers = with maintainers; [ thehedgeh0g ]; }; } -- cgit 1.4.1