From f44c79e27370fbc59835402035140ad80b79c971 Mon Sep 17 00:00:00 2001 From: Masayuki Takeda Date: Wed, 18 Apr 2018 11:25:23 +0900 Subject: [PATCH] relax platform restriction --- pkgs/tools/text/jumanpp/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/text/jumanpp/default.nix b/pkgs/tools/text/jumanpp/default.nix index 9d1bfcb35ea..c4cb12cb693 100644 --- a/pkgs/tools/text/jumanpp/default.nix +++ b/pkgs/tools/text/jumanpp/default.nix @@ -19,6 +19,6 @@ stdenv.mkDerivation rec { homepage = http://nlp.ist.i.kyoto-u.ac.jp/index.php?JUMAN++; license = licenses.asl20; maintainers = with maintainers; [ mt-caret ]; - platforms = platforms.x86_64; + platforms = platforms.all; }; }