Update pkgs/applications/misc/koreader/default.nix

Co-authored-by: figsoda <figsoda@pm.me>
This commit is contained in:
Bryton Hall 2023-05-14 22:27:32 -04:00 committed by GitHub
parent 47e8bebacd
commit 32e78a7a82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
description =
"An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
platforms = with platforms; intersectLists linux (x86_64 ++ aarch64);
platforms = [ "aarch64-linux" "x86_64-linux" ];
license = licenses.agpl3Only;
maintainers = with maintainers; [ contrun neonfuz];
};