about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorJohn Garcia <jgarcia3788@yahoo.co.uk>2023-12-21 13:17:22 +0000
committerJohn Garcia <jgarcia3788@yahoo.co.uk>2023-12-21 13:17:22 +0000
commit6ce1bc17b65ce6effcce0ae9405889a6a2810feb (patch)
tree6655197e5653898220317753fa86bc1a932d520d /pkgs/applications/office
parent98e9d68cc892ce82257248d63bd56e1dd49b71b2 (diff)
zotero: change platforms to x86_64-linux only
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/zotero/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/office/zotero/default.nix b/pkgs/applications/office/zotero/default.nix
index 32e42a8b944ff..a23d7d3d8849f 100644
--- a/pkgs/applications/office/zotero/default.nix
+++ b/pkgs/applications/office/zotero/default.nix
@@ -151,7 +151,7 @@ stdenv.mkDerivation rec {
     description = "Collect, organize, cite, and share your research sources";
     sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     license = licenses.agpl3Only;
-    platforms = platforms.linux;
+    platforms = [ "x86_64-linux" ];
     maintainers = with maintainers; [ i077 ];
   };
 }