cloudcompare: set mainProgram to CloudCompare
This commit is contained in:
parent
947c66db1d
commit
c17ac8ab77
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ mkDerivation rec {
|
||||||
homepage = "https://cloudcompare.org";
|
homepage = "https://cloudcompare.org";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ nh2 ];
|
maintainers = with maintainers; [ nh2 ];
|
||||||
|
mainProgram = "CloudCompare";
|
||||||
platforms = with platforms; linux; # only tested here; might work on others
|
platforms = with platforms; linux; # only tested here; might work on others
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue