about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorCynthia Fox <cyntheticfox@gh0st.sh>2023-12-12 13:02:03 -0500
committerCynthia Fox <cyntheticfox@gh0st.sh>2023-12-12 13:02:03 -0500
commiteb2f1aa391fd59f8013a83ad552bcc136f19630d (patch)
tree9e57eb6f957ccf0e6878cb6ede67118d1a8e1f60 /pkgs/applications/networking/remote
parenteab72db9b0cac0265d0dc4ac79f5511887ab1495 (diff)
remmina: Add `meta.mainProgram`
Add a `meta.mainProgram` attribute for use with `lib.getExe`.
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/remmina/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/remote/remmina/default.nix b/pkgs/applications/networking/remote/remmina/default.nix
index 5aedd89cb68d7..0fd2de49dac3e 100644
--- a/pkgs/applications/networking/remote/remmina/default.nix
+++ b/pkgs/applications/networking/remote/remmina/default.nix
@@ -83,6 +83,7 @@ stdenv.mkDerivation (finalAttrs: {
     license = licenses.gpl2Plus;
     homepage = "https://gitlab.com/Remmina/Remmina";
     description = "Remote desktop client written in GTK";
+    mainProgram = "remmina";
     maintainers = with maintainers; [ bbigras melsigl ryantm ];
     platforms = platforms.linux ++ platforms.darwin;
   };