From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 1/1] gnu: e2fsprogs: Disable parallel build. Date: Sun, 2 Oct 2016 14:41:33 -0400 Message-ID: References: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50607) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqlhv-0004Ef-EC for guix-devel@gnu.org; Sun, 02 Oct 2016 14:41:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bqlhr-0004AU-CM for guix-devel@gnu.org; Sun, 02 Oct 2016 14:41:50 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:47912) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqlhq-00049T-5c for guix-devel@gnu.org; Sun, 02 Oct 2016 14:41:47 -0400 Received: from localhost.localdomain (c-73-188-17-148.hsd1.pa.comcast.net [73.188.17.148]) by mail.messagingengine.com (Postfix) with ESMTPA id 2505CF2988 for ; Sun, 2 Oct 2016 14:41:42 -0400 (EDT) In-Reply-To: In-Reply-To: References: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org * gnu/packages/linux.scm (e2fsprogs)[arguments]: Add #:parallel-build? #f. --- gnu/packages/linux.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 693558f..27233a9 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -595,7 +595,8 @@ slabtop, and skill.") (native-inputs `(("pkg-config" ,pkg-config) ("texinfo" ,texinfo))) ;for the libext2fs Info manual (arguments - '(;; util-linux is the preferred source for some of the libraries and + '(#:parallel-build? #f + ;; util-linux is the preferred source for some of the libraries and ;; commands, so disable them (see, e.g., ;; .) #:configure-flags '("--disable-libblkid" -- 2.10.0