From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Legoll Subject: Re: Why are there no binary available Date: Tue, 30 Aug 2016 14:25:01 +0200 Message-ID: References: <20160822191627.GA23886@jasmine> <87y43emp59.fsf@gnu.org> 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]:46272) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bei6E-0006KT-PE for help-guix@gnu.org; Tue, 30 Aug 2016 08:25:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bei6C-0007ra-Tm for help-guix@gnu.org; Tue, 30 Aug 2016 08:25:05 -0400 In-Reply-To: <87y43emp59.fsf@gnu.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: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: help-guix Hello, > The (lset-difference =E2=80=A6) expression above is equal to =E2=80=98%ba= se-packages=E2=80=99, > because the third argument is a list of symbols whereas the second one > is a list a packages (so these two sets are disjoint). > > You probably meant: > > (lset-difference eq? %base-packages > (list libinput avahi bluez)) Thanks a lot, I couldn't have found this myself (my eyes are still not accustomed enough with scheme for that)... > I don=E2=80=99t know the answer to your initial question though. That was probably a configuration glitch that I inadvertently fixed in the mean time, as it is not happening any more... --=20 Vincent Legoll