about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/video/popcorntime
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/video/popcorntime')
-rw-r--r--nixpkgs/pkgs/applications/video/popcorntime/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/applications/video/popcorntime/default.nix b/nixpkgs/pkgs/applications/video/popcorntime/default.nix
index a12171772966..9e5a14d4983c 100644
--- a/nixpkgs/pkgs/applications/video/popcorntime/default.nix
+++ b/nixpkgs/pkgs/applications/video/popcorntime/default.nix
@@ -89,5 +89,6 @@ stdenv.mkDerivation rec {
     sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     license = lib.licenses.gpl3;
     maintainers = with maintainers; [ onny ];
+    mainProgram = "popcorntime";
   };
 }