From eb6d53c504407c878ae238b90a393eb23bc32b90 Mon Sep 17 00:00:00 2001 From: Benoit de Chezelles Date: Sun, 26 Nov 2023 20:12:17 +0100 Subject: [PATCH] jo: add meta.mainProgram --- pkgs/development/tools/jo/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/tools/jo/default.nix b/pkgs/development/tools/jo/default.nix index 4145fca812c9..06c4fa6477ff 100644 --- a/pkgs/development/tools/jo/default.nix +++ b/pkgs/development/tools/jo/default.nix @@ -18,6 +18,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "A small utility to create JSON objects"; homepage = "https://github.com/jpmens/jo"; + mainProgram = "jo"; license = licenses.gpl2Plus; maintainers = [maintainers.markus1189]; platforms = platforms.all;