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:18:38 +0000
committerJohn Garcia <jgarcia3788@yahoo.co.uk>2023-12-21 13:18:38 +0000
commit701dae72f54684ecb2d3d89e5cbd0556a9d6e289 (patch)
treebd8469238382969e54ce040982aea37f22c04c2b /pkgs/applications/office
parent6ce1bc17b65ce6effcce0ae9405889a6a2810feb (diff)
zotero_7: change platforms to x86_64-linux only
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/zotero/zotero_7.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/office/zotero/zotero_7.nix b/pkgs/applications/office/zotero/zotero_7.nix
index 2164e44154ae4..941581d22df02 100644
--- a/pkgs/applications/office/zotero/zotero_7.nix
+++ b/pkgs/applications/office/zotero/zotero_7.nix
@@ -144,7 +144,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; [ atila ];
   };
 }