about summary refs log tree commit diff
path: root/pkgs/applications/audio/timemachine
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/timemachine')
-rw-r--r--pkgs/applications/audio/timemachine/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/timemachine/default.nix b/pkgs/applications/audio/timemachine/default.nix
index 042e6b430756..c09a9b1bc007 100644
--- a/pkgs/applications/audio/timemachine/default.nix
+++ b/pkgs/applications/audio/timemachine/default.nix
@@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
     license = lib.licenses.lgpl2;
     platforms = lib.platforms.linux;
     maintainers = [ lib.maintainers.nico202 ];
+    mainProgram = "timemachine";
   };
 }