From c17ac8ab77c4b13898044eafc46d4085805d3ff9 Mon Sep 17 00:00:00 2001 From: koalp Date: Sun, 10 Mar 2024 23:32:21 +0100 Subject: [PATCH] cloudcompare: set mainProgram to CloudCompare --- pkgs/applications/graphics/cloudcompare/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/graphics/cloudcompare/default.nix b/pkgs/applications/graphics/cloudcompare/default.nix index 0dbfac4821c6..f8532a03a8e1 100644 --- a/pkgs/applications/graphics/cloudcompare/default.nix +++ b/pkgs/applications/graphics/cloudcompare/default.nix @@ -143,6 +143,7 @@ mkDerivation rec { homepage = "https://cloudcompare.org"; license = licenses.gpl2Plus; maintainers = with maintainers; [ nh2 ]; + mainProgram = "CloudCompare"; platforms = with platforms; linux; # only tested here; might work on others }; }