zotero: change platforms to x86_64-linux only

This commit is contained in:
John Garcia 2023-12-21 13:17:22 +00:00
parent 98e9d68cc8
commit 6ce1bc17b6

View file

@ -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 ];
};
}