forked from mirrors/nixpkgs
otfcc: disable aarch64
It explicitly targets either x86 or amd64.
This commit is contained in:
parent
8aab940a85
commit
6a23fb10a9
|
@ -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 ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue