mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
cloudcompare: set mainProgram to CloudCompare
This commit is contained in:
parent
947c66db1d
commit
c17ac8ab77
@ -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
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user