From mboxrd@z Thu Jan 1 00:00:00 1970 From: zimoun Subject: Re: Parallel downloads Date: Wed, 13 Nov 2019 12:26:56 +0100 Message-ID: References: <87r22dp0mv.fsf@gnu.org> <811C4D1E-A2D9-4661-9F10-C068FBE2CA80@asu.edu> <20191113074339.GO3954@E5400> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:57884) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iUqnl-0004uX-24 for guix-devel@gnu.org; Wed, 13 Nov 2019 06:27:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iUqnk-0001TQ-2b for guix-devel@gnu.org; Wed, 13 Nov 2019 06:27:08 -0500 Received: from mail-qv1-xf29.google.com ([2607:f8b0:4864:20::f29]:41217) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iUqnj-0001T4-TI for guix-devel@gnu.org; Wed, 13 Nov 2019 06:27:08 -0500 Received: by mail-qv1-xf29.google.com with SMTP id g18so630444qvp.8 for ; Wed, 13 Nov 2019 03:27:07 -0800 (PST) In-Reply-To: <20191113074339.GO3954@E5400> 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: Efraim Flashner Cc: Guix Devel Hi Efraim, On Wed, 13 Nov 2019 at 08:44, Efraim Flashner wrote: > > guix build `guix show PKG | recsel -R dependencies` > > guix build PKG --no-substitutes > 'guix environment PKG -- guix build PKG --no-subsitutes' Thank you. It is a better solution, indeed! :-) All the best, simon