From 41974d5ed904a364dcf2f6251b1a25bb5aaa77c1 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 27 Nov 2023 02:17:53 +0100 Subject: treewide: add mainProgram --- pkgs/tools/system/hw-probe/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/tools/system/hw-probe') diff --git a/pkgs/tools/system/hw-probe/default.nix b/pkgs/tools/system/hw-probe/default.nix index 501ae69dbfd2b..8b190087ffd57 100644 --- a/pkgs/tools/system/hw-probe/default.nix +++ b/pkgs/tools/system/hw-probe/default.nix @@ -136,5 +136,6 @@ stdenv.mkDerivation rec { platforms = with platforms; (linux ++ freebsd ++ netbsd ++ openbsd); license = with licenses; [ lgpl21 bsdOriginal ]; maintainers = with maintainers; [ rehno-lindeque ]; + mainProgram = "hw-probe"; }; } -- cgit 1.4.1