From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Cl=C3=A9ment?= Lassieur Subject: Re: python-minimal built too often Date: Mon, 07 Jan 2019 08:58:33 +0100 Message-ID: <87h8ek3nme.fsf@lassieur.org> References: <87imz03nv7.fsf@lassieur.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:41154) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ggPnx-00048C-1O for help-guix@gnu.org; Mon, 07 Jan 2019 02:58:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ggPnw-0001Gr-Ef for help-guix@gnu.org; Mon, 07 Jan 2019 02:58:37 -0500 Received: from mail-ed1-f54.google.com ([209.85.208.54]:40344) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ggPnw-0001EZ-8W for help-guix@gnu.org; Mon, 07 Jan 2019 02:58:36 -0500 Received: by mail-ed1-f54.google.com with SMTP id g22so36968571edr.7 for ; Sun, 06 Jan 2019 23:58:35 -0800 (PST) Received: from rodion ([2a01:e35:8bf7:6530:9eb:8bf7:2fe5:57c0]) by smtp.gmail.com with ESMTPSA id g5-v6sm17959969ejm.15.2019.01.06.23.58.33 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 06 Jan 2019 23:58:33 -0800 (PST) In-reply-to: <87imz03nv7.fsf@lassieur.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Sorry I sent the email too early. My small GuixSD machine builds python-minimal after a reconfigure that only changes an nginx configuration. What I did is: guix pull (building python-minimal) guix reconfigure config.scm small nginx config change in config.scm guix reconfigure config.scm (building python-minimal, again) It takes a long time for my machine to build python-minimal, so it's pretty annoying. Is it a bug? A configuration error? Any idea how I could fix it? Thanks, Cl=C3=A9ment Cl=C3=A9ment Lassieur writes: > Hi, > > My small GuixSD machine builds python-minimal after a reconfigure that > only changes an nginx