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

Co-authored-by: figsoda <figsoda@pm.me>

authored by

Bryton Hall
figsoda
and committed by
GitHub
32e78a7a 47e8beba

+1 -1
+1 -1
pkgs/applications/misc/koreader/default.nix
··· 66 66 description = 67 67 "An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices"; 68 68 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 69 - platforms = with platforms; intersectLists linux (x86_64 ++ aarch64); 69 + platforms = [ "aarch64-linux" "x86_64-linux" ]; 70 70 license = licenses.agpl3Only; 71 71 maintainers = with maintainers; [ contrun neonfuz]; 72 72 };