From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: How to replace package in system configuration? Date: Mon, 09 Jul 2018 14:17:53 +0200 Message-ID: <87zhz0haby.fsf@gnu.org> References: <878t6r833l.fsf@fastmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fcV79-0003mQ-Pc for help-guix@gnu.org; Mon, 09 Jul 2018 08:18:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fcV76-0002xo-JY for help-guix@gnu.org; Mon, 09 Jul 2018 08:17:59 -0400 In-Reply-To: <878t6r833l.fsf@fastmail.com> (Marius Bakke's message of "Wed, 04 Jul 2018 16:53:02 +0200") 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: Marius Bakke Cc: help-guix Marius Bakke skribis: > (name "colord-minimal") > (inputs '()) ;look ma, no dependencies! > (arguments > `(#:configure-flags '("--disable-sane"))))) Isn=E2=80=99t that insane? Ludo=E2=80=99.