about summary refs log tree commit diff
path: root/pkgs/applications/networking/resilio-sync
diff options
context:
space:
mode:
authorh7x4 <h7x4@nani.wtf>2023-11-27 02:17:53 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2023-11-28 16:49:41 +0100
commit41213c07bb6c23231972dfa0a050258d44a0ee7f (patch)
treed9f020857be422a929e2d7c083a50991440d1f50 /pkgs/applications/networking/resilio-sync
parentc9407db9a76531319e97fa50d35e9a02a6d47721 (diff)
treewide: add mainProgram
(cherry picked from commit 41974d5ed904a364dcf2f6251b1a25bb5aaa77c1)
Diffstat (limited to 'pkgs/applications/networking/resilio-sync')
-rw-r--r--pkgs/applications/networking/resilio-sync/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/resilio-sync/default.nix b/pkgs/applications/networking/resilio-sync/default.nix
index 16d5f0952ebc8..5bf146995f128 100644
--- a/pkgs/applications/networking/resilio-sync/default.nix
+++ b/pkgs/applications/networking/resilio-sync/default.nix
@@ -44,5 +44,6 @@ stdenv.mkDerivation rec {
     license     = licenses.unfreeRedistributable;
     platforms   = platforms.linux;
     maintainers = with maintainers; [ domenkozar thoughtpolice cwoac jwoudenberg ];
+    mainProgram = "rslsync";
   };
 }