about summary refs log tree commit diff
path: root/pkgs/applications/audio/blanket/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/blanket/default.nix')
-rw-r--r--pkgs/applications/audio/blanket/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/blanket/default.nix b/pkgs/applications/audio/blanket/default.nix
index 5a3d9949f8c5..4b08f8cf223a 100644
--- a/pkgs/applications/audio/blanket/default.nix
+++ b/pkgs/applications/audio/blanket/default.nix
@@ -59,6 +59,7 @@ python3Packages.buildPythonApplication rec {
   meta = with lib; {
     homepage = "https://github.com/rafaelmardojai/blanket";
     description = "Listen to different sounds";
+    mainProgram = "blanket";
     maintainers = with maintainers; [ onny ];
     license = licenses.gpl3Plus;
     platforms = platforms.linux;