From a2969c6ebefb3f1e15bd63557db04beff6a623dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 17 Feb 2018 06:57:40 +0100 Subject: [PATCH] gnuradio: nocross for now --- srcpkgs/gnuradio/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/gnuradio/template b/srcpkgs/gnuradio/template index 83e1bfb9601..ba3eac2eb28 100644 --- a/srcpkgs/gnuradio/template +++ b/srcpkgs/gnuradio/template @@ -12,3 +12,7 @@ license="GPL-3" homepage="https://www.gnuradio.org" distfiles="https://github.com/gnuradio/gnuradio/archive/${version}.tar.gz" checksum=7ff93c4ad4fd9ed4fbfa31f331846961cde48947b309623466290944339e329b + +if [ -n "$CROSS_BUILD" ]; then + nocross="https://build.voidlinux.eu/builders/armv7l_builder/builds/7596/steps/shell_3/logs/stdio" +fi