Re: [PATCH] utils: Clean trailing whitespace at end of SHELL

2014-09-04 Thread Eric Bavier
Ludovic Courtès writes: > Eric Bavier skribis: > >> I found an unfortunate bug in the last patch I made to >> patch-makefile-SHELL that would leave a trailing ' ' at the end of SHELL >> assignments. This is fine for most packages, but caused >> gobject-introspection to fail building for me just

How is Guix going to able to install GNOME if it has a systemd dependency?

2014-09-04 Thread Omar Radwan
How is Guix going to be able to install GNOME if Guix uses dmd while GNOME has a dependency for systemd? Will there be a compatiblity layer for systemd scripts? Or will GNOME have to go back to being init-agnostic?

Re: [PATCH] profiles: Report about upgrades.

2014-09-04 Thread Ludovic Courtès
Alex Kost skribis: > Great! I really like it and that ‘right-arrow’ is cool :) :-) > There is just one thing (that shouldn't be mentioned): > > +(lambda (key . args) > + ">") > > I would make it "->". IMHO it is more "understandable" as such > combination is used in outpu

Re: [PATCH] utils: Clean trailing whitespace at end of SHELL

2014-09-04 Thread Ludovic Courtès
Eric Bavier skribis: > I found an unfortunate bug in the last patch I made to > patch-makefile-SHELL that would leave a trailing ' ' at the end of SHELL > assignments. This is fine for most packages, but caused > gobject-introspection to fail building for me just now (for the curious: > it effec

[PATCH] utils: Clean trailing whitespace at end of SHELL

2014-09-04 Thread Eric Bavier
I found an unfortunate bug in the last patch I made to patch-makefile-SHELL that would leave a trailing ' ' at the end of SHELL assignments. This is fine for most packages, but caused gobject-introspection to fail building for me just now (for the curious: it effectively does an "(apply system* (s

Re: Merging guix.el

2014-09-04 Thread Ludovic Courtès
Alex Kost skribis: > Merged into master, thanks. Thank *you* for all the good work! > Sorry, all I could take from my brain for the Savannah News is: > > Now GNU Guix has an Emacs interface. > > It can be installed along with the > [http://git.savannah.gnu.org/cgit/guix.git latest Guix]. For u

Re: [PATCH] profiles: Report about upgrades.

2014-09-04 Thread Alex Kost
Ludovic Courtès (2014-09-02 23:45 +0400) wrote: > Alex Kost skribis: > >> Ludovic Courtès (2014-08-31 23:57 +0400) wrote: >> >> [...] >> >>> Perhaps even a different format, like, say: >>> >>> The following package will be upgraded: >>> guile 1.8.8 → 2.0.9out /gnu/store/... >>>