From e60ea01959e2386723a4784abd04fe9747100377 Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Fri, 4 Aug 2023 14:52:10 +0200 Subject: [PATCH] jq: set mainProgram Signed-off-by: Sefa Eyeoglu --- pkgs/development/tools/jq/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/tools/jq/default.nix b/pkgs/development/tools/jq/default.nix index 9c3d3c09ea5f..3c6d85e8ddcc 100644 --- a/pkgs/development/tools/jq/default.nix +++ b/pkgs/development/tools/jq/default.nix @@ -76,5 +76,6 @@ stdenv.mkDerivation rec { maintainers = with maintainers; [ raskin globin artturin ]; platforms = platforms.unix; downloadPage = "https://stedolan.github.io/jq/download/"; + mainProgram = "jq"; }; }