From 95cebe4cdfe603fda42ec8661a997969d4618791 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Mon, 6 Feb 2017 21:38:33 +0100 Subject: [PATCH] alacritty: mark nocross --- srcpkgs/alacritty/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/alacritty/template b/srcpkgs/alacritty/template index 24a6f002e68..e4e28ed0e27 100644 --- a/srcpkgs/alacritty/template +++ b/srcpkgs/alacritty/template @@ -14,6 +14,8 @@ homepage="https://github.com/jwilm/alacritty" distfiles="$homepage/archive/${_commit}.tar.gz" checksum=d39f46d806b4377f60a62e8431f6b009711859d5e9ebd1462693953792564153 +nocross=yes + do_build() { cargo build --release }