zotero_7: change platforms to x86_64-linux only
This commit is contained in:
parent
6ce1bc17b6
commit
701dae72f5
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue