about summary refs log tree commit diff
path: root/pkgs/applications/audio/spek/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/spek/default.nix')
-rw-r--r--pkgs/applications/audio/spek/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/spek/default.nix b/pkgs/applications/audio/spek/default.nix
index f54e661b4c74..bd206709c26e 100644
--- a/pkgs/applications/audio/spek/default.nix
+++ b/pkgs/applications/audio/spek/default.nix
@@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "Analyse your audio files by showing their spectrogram";
+    mainProgram = "spek";
     homepage = "http://spek.cc/";
     license = licenses.gpl3;
     maintainers = with maintainers; [ bjornfor ];