about summary refs log tree commit diff
path: root/pkgs/applications/office/zotero/zotero_7.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/office/zotero/zotero_7.nix')
-rw-r--r--pkgs/applications/office/zotero/zotero_7.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/office/zotero/zotero_7.nix b/pkgs/applications/office/zotero/zotero_7.nix
index 0de12fb2fd14..4d4ea36c5acf 100644
--- a/pkgs/applications/office/zotero/zotero_7.nix
+++ b/pkgs/applications/office/zotero/zotero_7.nix
@@ -144,6 +144,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     homepage = "https://www.zotero.org";
     description = "Collect, organize, cite, and share your research sources";
+    mainProgram = "zotero";
     sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     license = licenses.agpl3Only;
     platforms = [ "x86_64-linux" ];