diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template index 44fe5f59a36..5955df4ab29 100644 --- a/srcpkgs/gns3-server/template +++ b/srcpkgs/gns3-server/template @@ -14,7 +14,6 @@ license="GPL-3.0-or-later" homepage="https://gns3.com" distfiles="https://github.com/GNS3/gns3-server/archive/v${version}.tar.gz" checksum=2255fd3fd2eb7756f58d8f1b60e32d24899a14ca471de1ae03f6db2d8cd00b4f -nocross="ships a x86_64 busybox binary on ${sitelib}/gns3server/compute/docker/resources/bin/busybox" pre_build() { # relax requirements @@ -32,7 +31,7 @@ post_install() { # modules that are used to drive additional virtualization backends # for gns3. For more information, see this ticket: # https://github.com/GNS3/gns3-server/issues/970 -# only_for_archs="x86_64" +only_for_archs="x86_64" case "$XBPS_TARGET_ARCH" in i686*) broken="https://travis-ci.org/voidlinux/void-packages/jobs/384402938"