summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Leung <leungbk@posteo.net>2022-05-22 20:10:10 -0700
committerBrian Leung <leungbk@posteo.net>2022-05-22 20:10:10 -0700
commit93fe6c89c87ceb1aed4454d5dbd227f13bf5e281 (patch)
tree0afb3e765b6b5c053e838c80f12e2d94250a11f7
parentd65ee335c862c1b9ed7864c4b6c96b787e1ac166 (diff)
isync: set mainProgram
-rw-r--r--pkgs/tools/networking/isync/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/networking/isync/default.nix b/pkgs/tools/networking/isync/default.nix
index e26526dc68d57..8e21ccee10847 100644
--- a/pkgs/tools/networking/isync/default.nix
+++ b/pkgs/tools/networking/isync/default.nix
@@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
     license = licenses.gpl2Plus;
     platforms = platforms.unix;
     maintainers = with maintainers; [ primeos lheckemann ];
+    mainProgram = "mbsync";
   };
 }