Efraim Flashner (2016-05-14 22:59 +0300) wrote: > On Sat, May 14, 2016 at 07:54:57PM +0300, Alex Kost wrote: >> Ricardo Wurmus (2016-05-14 12:43 +0300) wrote: >> >> > Hello Guix, >> > >> > this patch adds Bluetooth support to pulseaudio. (Since bluez5 there >> > is no native support for the ALSA backend any more.) This adds very >> > little to the pulseaudio closure as you can see below. >> > >> > Note that this depends on the previous patch adding SBC. >> > >> > More than 100 packages would need to be rebuilt. Among those are big >> > packages like GNOME, Blender, and conkeror. Should I push this to >> > core-updates then? >> >> Conkeror is not the big one; it's a rather small wrapper around icecat >> (in our case). I don't know why "guix refresh -l pulseaudio" shows >> conkeror and not icecat, but icecat is a really big and important one, >> so I think it's better to commit this to core-updates, indeed. Although >> ISTR Ludovic told that core-updates is only for the real core packages >> (that rebuild the whole world). > > conkeror depends on iceweasel, `guix refresh -l foo' only shows the > leafs that need to be rebuilt.
Iceweasel? I see that conkeror depends only on icecat. Anyway I don't understand: icecat depends on pulseaudio so it should probably be displayed after "guix refresh -l pulseaudio", or did I miss your point? >> BTW do you still have problems with using guix repo through ssh? I do, >> I mean I can't push or fetch. And as I see that other people commit to >> the guix repo, I begin to think that it's only me who have this problem. > > if you change your url in .git/config to: > > url = http://git.savannah.gnu.org/r/guix.git > > you should be able to fetch/pull as before Thanks, I know that http works, but I need ssh to be able to push :-) Apparently admins know about this problem: http://savannah.gnu.org/forum/forum.php?forum_id=8542 BTW, I didn't change .git/config manually; I just added another (http) remote using magit (by pressing "M a" in the magit status). -- Alex