From c572d7b96e26671892da7036a292fcc31ac511a6 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 10 Feb 2016 14:55:57 +0100 Subject: [PATCH] atom: broken currently. --- srcpkgs/atom/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/atom/template b/srcpkgs/atom/template index 722ee33ba1c..2ad08cf99b7 100644 --- a/srcpkgs/atom/template +++ b/srcpkgs/atom/template @@ -14,6 +14,8 @@ distfiles="https://github.com/$pkgname/$pkgname/archive/v$version.tar.gz" checksum=e14c3fd98c6e85f0f7c53f79996844f199c79a0924e179a0bd5fb7777e5d2979 _NODE_VERSION=0.12.7 +broken="http://build.voidlinux.eu/builders/i686_builder/builds/20574/steps/shell_3/logs/stdio" + pre_build() { local NVM_VERSION=0.26.1 curl -o- https://raw.githubusercontent.com/creationix/nvm/v$NVM_VERSION/install.sh | bash