From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: [PATCH] scripts: environment: Allow lists of packages in expressions. Date: Sat, 31 Oct 2015 07:40:38 -0400 Message-ID: References: <87mvuz4zee.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <87si4r9vxc.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]:49338) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsUWW-0005l0-LG for guix-devel@gnu.org; Sat, 31 Oct 2015 07:40:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZsUWV-0008R8-Uk for guix-devel@gnu.org; Sat, 31 Oct 2015 07:40:40 -0400 Received: from mail-yk0-x232.google.com ([2607:f8b0:4002:c07::232]:36235) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsUWV-0008R2-Pk for guix-devel@gnu.org; Sat, 31 Oct 2015 07:40:39 -0400 Received: by ykba4 with SMTP id a4so99672053ykb.3 for ; Sat, 31 Oct 2015 04:40:39 -0700 (PDT) In-Reply-To: <87si4r9vxc.fsf@gnu.org> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: guix-devel On Sat, Oct 31, 2015 at 6:25 AM, Ludovic Court=C3=A8s wrote: > David Thompson skribis: > >> From c9c282cea04ec5a3ee7bd17e6ad8846600220feb Mon Sep 17 00:00:00 2001 >> From: David Thompson >> Date: Fri, 30 Oct 2015 21:02:51 -0400 >> Subject: [PATCH] scripts: environment: Allow lists of packages in expres= sions. >> >> * guix/scripts/environment.scm (options/resolve-packages): Match against >> lists of packages when evaluating expressions. >> * tests/guix-environment.sh: Add test. >> * doc/guix.texi ("invoking guix environment"): Add docs. > > OK! Pushed. Thanks! - Dave