bug#20889: Tkinter moved to separate output

2015-12-01 Thread Ludovic Courtès
Federico Beffa skribis: > The attached patch fixes the problem and I can now plot with TkAgg :-) > > Thanks for making Tkinter available! > Fede > > From b40cf5522bcc15166ca07dfbae50167203d29e2d Mon Sep 17 00:00:00 2001 > From: Federico Beffa > Date: Tue, 1 Dec 2015 17:20:59 +0100 > Subject: [PA

bug#22024: [PATCH] openssh: install ssh-copy-id.

2015-12-01 Thread Ludovic Courtès
Ricardo Wurmus skribis: > and this is after: > > $ guix size /gnu/store/65rd6p154y13dqcbkbimnwjq39k8dnym-openssh-7.0p1 > store item total > self > /gnu/store/65rd6p154y13dqcbkbimnwjq39k8dnym-openssh-7.0p1 91.5 > 3.9

bug#21987: Version 0.9 Fails to Compile on Raspbian

2015-12-01 Thread Ludovic Courtès
Andreas Enge skribis: > On Mon, Nov 30, 2015 at 06:43:37PM +0100, Ludovic Courtès wrote: >> Could you check the value of ‘host_cpu’ in config.log? The pattern use >> in guix.m4 is supposed to allow ‘armv7l’. > > Yes, that is what surprises me also. An excerpt of config.log: > > guix_system='armv

bug#20889: Tkinter moved to separate output

2015-12-01 Thread Federico Beffa
Federico Beffa writes: > On Sun, Nov 29, 2015 at 11:09 PM, Ludovic Courtès wrote: >> Federico Beffa skribis: > Looking into the failed build directory, it seems that PKG_CONFIG_PATH > is set correctly. Still, it doesn't get the correct flags. The attached patch fixes the problem and I can now