From 6a23fb10a99217028f406e3a1b46037bde7c76f9 Mon Sep 17 00:00:00 2001 From: Orivej Desh Date: Sun, 26 Nov 2017 23:27:59 +0000 Subject: otfcc: disable aarch64 It explicitly targets either x86 or amd64. --- pkgs/tools/misc/otfcc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/tools/misc/otfcc') diff --git a/pkgs/tools/misc/otfcc/default.nix b/pkgs/tools/misc/otfcc/default.nix index 1384e09410df7..00ddd12d3cfb5 100644 --- a/pkgs/tools/misc/otfcc/default.nix +++ b/pkgs/tools/misc/otfcc/default.nix @@ -30,7 +30,7 @@ stdenv.mkDerivation rec { description = "Optimized OpenType builder and inspector"; homepage = https://github.com/caryll/otfcc; license = licenses.asl20; - platforms = platforms.linux; + platforms = [ "i686-linux" "x86_64-linux" ]; maintainers = with maintainers; [ jfrankenau ttuegel ]; }; -- cgit 1.4.1