about summary refs log tree commit diff
path: root/pkgs/applications/audio/exaile/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/exaile/default.nix')
-rw-r--r--pkgs/applications/audio/exaile/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/exaile/default.nix b/pkgs/applications/audio/exaile/default.nix
index 77054b2d9144..a2f75fd85a70 100644
--- a/pkgs/applications/audio/exaile/default.nix
+++ b/pkgs/applications/audio/exaile/default.nix
@@ -93,6 +93,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     homepage = "https://www.exaile.org/";
     description = "A music player with a simple interface and powerful music management capabilities";
+    mainProgram = "exaile";
     license = licenses.gpl2Only;
     maintainers = with maintainers; [ ryneeverett ];
     platforms = platforms.all;