about summary refs log tree commit diff
path: root/pkgs/applications/kde/juk.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/juk.nix')
-rw-r--r--pkgs/applications/kde/juk.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/kde/juk.nix b/pkgs/applications/kde/juk.nix
index 70bd90b7e9ed..dd428a014487 100644
--- a/pkgs/applications/kde/juk.nix
+++ b/pkgs/applications/kde/juk.nix
@@ -30,6 +30,7 @@ mkDerivation {
   meta = with lib; {
     homepage = "https://invent.kde.org/multimedia/juk";
     description = "Audio jukebox app, supporting collections of MP3, Ogg Vorbis and FLAC audio files";
+    mainProgram = "juk";
     license = licenses.gpl2Only;
     platforms = platforms.linux;
     maintainers = with maintainers; [ zendo ];