gnome-calculator: set meta.mainProgram (#406516)

This commit is contained in:
Aleksana
2025-05-15 21:42:13 +08:00
committed by GitHub

View File

@@ -74,6 +74,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://apps.gnome.org/Calculator/";
description = "Application that solves mathematical equations and is suitable as a default application in a Desktop environment";
mainProgram = "gnome-calculator";
teams = [ teams.gnome ];
license = licenses.gpl3Plus;
platforms = platforms.unix;