Re: [PATCH] scripts: environment: Allow lists of packages in expressions.

2015-10-31 Thread Thompson, David
> Date: Fri, 30 Oct 2015 21:02:51 -0400 >> Subject: [PATCH] scripts: environment: Allow lists of packages in >> expressions. >> >> * guix/scripts/environment.scm (options/resolve-packages): Match against >> lists of packages when evaluating expressions. >> * tests

Re: [PATCH] scripts: environment: Allow lists of packages in expressions.

2015-10-31 Thread Ludovic Courtès
now: > > guix environment --ad-hoc -e '(@ (gnu) %base-packages)' > > Pretty cool! Yep! > From c9c282cea04ec5a3ee7bd17e6ad8846600220feb Mon Sep 17 00:00:00 2001 > From: David Thompson <dthomps...@worcester.edu> > Date: Fri, 30 Oct 2015 21:02:51 -0400 > Su

[PATCH] scripts: environment: Allow lists of packages in expressions.

2015-10-30 Thread David Thompson
! >From c9c282cea04ec5a3ee7bd17e6ad8846600220feb Mon Sep 17 00:00:00 2001 From: David Thompson <dthomps...@worcester.edu> Date: Fri, 30 Oct 2015 21:02:51 -0400 Subject: [PATCH] scripts: environment: Allow lists of packages in expressions. * guix/scripts/environment.scm (options/resolve