From 32e78a7a827575639273b757dce10b0ecfd27a2d Mon Sep 17 00:00:00 2001 From: Bryton Hall Date: Sun, 14 May 2023 22:27:32 -0400 Subject: [PATCH] Update pkgs/applications/misc/koreader/default.nix Co-authored-by: figsoda --- pkgs/applications/misc/koreader/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/koreader/default.nix b/pkgs/applications/misc/koreader/default.nix index dd7537194274..b24ae5d06ad2 100644 --- a/pkgs/applications/misc/koreader/default.nix +++ b/pkgs/applications/misc/koreader/default.nix @@ -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]; };