otfcc: disable aarch64

It explicitly targets either x86 or amd64.
This commit is contained in:
Orivej Desh 2017-11-26 23:27:59 +00:00
parent 8aab940a85
commit 6a23fb10a9

View file

@ -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 ];
};