On Thu, May 05, 2016 at 07:41:02PM +0300, Alex Kost wrote: > Ludovic Courtès (2016-05-05 17:58 +0300) wrote: > > > Leo Famulari <l...@famulari.name> skribis: > > > >> On Thu, Apr 21, 2016 at 10:23:19PM +0200, Hartmut Goebel wrote: > >>> * gnu/pyckages/python.csm (wrap-python3): Create symlinks for > >>> pip and python-config, too. > >> > >> [...] > >> > >>> +++ b/gnu/packages/python.scm > >>> - `("python3" ,"pydoc3" ,"idle3") > >>> - `("python" ,"pydoc" ,"idle")))))) > >>> + `("python3" ,"pydoc3" ,"idle3" ,"pip3" > >>> ,"python3-config") > >>> + `("python" ,"pydoc" ,"idle" ,"pip" > >>> ,"python-config")))))) > >> > >> Do any Pythonista's have any comments on this proposal? > > > > I’m not much of a Pythonista, but this look good to me. > > Could you push to core-updates? > > I was going to say that these lists of strings are strangely quoted, but > then I saw that Mark fixed it in the core-updates¹, so this patch should > be adjusted accordingly.
Committed to core-updates with the requested changes as 478e75b53b. > > ¹ > http://git.savannah.gnu.org/cgit/guix.git/commit/?id=5c19dab94591db68c5361bc2521321fc587dc704 > > -- > Alex