Merge pull request #275819 from chewblacka/fix-zotero

zotero: change platforms to x86_64-linux only
This commit is contained in:
Nick Cao 2023-12-21 11:08:59 -05:00 committed by GitHub
commit d9a204ff09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

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

View file

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