about summary refs log tree commit diff
path: root/pkgs/applications/audio/yams/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/yams/default.nix')
-rw-r--r--pkgs/applications/audio/yams/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/yams/default.nix b/pkgs/applications/audio/yams/default.nix
index 96c1ab27b72c4..e4afe4ad2729c 100644
--- a/pkgs/applications/audio/yams/default.nix
+++ b/pkgs/applications/audio/yams/default.nix
@@ -23,6 +23,7 @@ python3Packages.buildPythonPackage rec {
   meta = with lib; {
     homepage = "https://github.com/Berulacks/yams";
     description = "Last.FM scrobbler for MPD";
+    mainProgram = "yams";
     license = licenses.gpl3Only;
     maintainers = with maintainers; [ ccellado ];
   };