From e8d403b6974c41201a82cb8e2ea84095088c2f19 Mon Sep 17 00:00:00 2001 From: networkException Date: Tue, 12 Dec 2023 21:48:59 +0100 Subject: [PATCH] htmlq: set meta.mainProgram --- pkgs/development/tools/htmlq/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/tools/htmlq/default.nix b/pkgs/development/tools/htmlq/default.nix index 1adcaf954d04..6a5015c600fc 100644 --- a/pkgs/development/tools/htmlq/default.nix +++ b/pkgs/development/tools/htmlq/default.nix @@ -22,5 +22,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/mgdm/htmlq"; license = licenses.mit; maintainers = with maintainers; [ siraben nerdypepper ]; + mainProgram = "htmlq"; }; }