cloudcompare: set mainProgram to CloudCompare

This commit is contained in:
koalp 2024-03-10 23:32:21 +01:00
parent 947c66db1d
commit c17ac8ab77
No known key found for this signature in database
GPG Key ID: 35B21047DEB09A81

View File

@ -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
};
}