bug#37850: Glib documentation is missing

2019-11-08 Thread Alexandros Theodotou
I missed this part. glib documentation must be built with gtk-doc which in turn depends on glib, so we need to define glib-minimal which does not depend on gtk-doc. In this case the way I have seen other distros do it is by having a *-bootstrap package (same as the *-minimal that you mention

bug#37850: Glib documentation is missing

2019-11-08 Thread Alexandros Theodotou
I am new to guix so please excuse my ignorance, but is there an issue with just adding a "doc" output to the current glib, as mentioned in the manual? http://guix.gnu.org/manual/en/guix.html#Packages-with-Multiple-Outputs I find this approach nice and clean and I am personally not too fond of

bug#38142: Evolution: e-mail wizard fails due to missing service file

2019-11-08 Thread Sam
Hello, evolution, the gnome e-mail program, currently (3.30.5) is not able to add an E-mail account ootb. The set-up works fine until the very last moment, when the configuration is supposed to be saved. When the finish button is pressed, this error message appears: "The name org.gnome.evolutio

bug#38100: ‘--with-input’ causes unintended rebuilds

2019-11-08 Thread Ludovic Courtès
Hi, Ludovic Courtès skribis: > Indeed, evaluating: > > (bag-transitive-inputs >(package->bag ((package-input-rewriting '()) glib))) > > shows that we have two “python” packages there that are not ‘eq?’. The problem is that ‘glib’ depends on ‘python-libxml2’, which uses ‘python-build-syste

bug#36375: [PATCH] Re: ‘guix package’ should lock the profile

2019-11-08 Thread Julien Lepiller
Le Fri, 08 Nov 2019 21:03:05 +0100, Ludovic Courtès a écrit : > Hello! > > Julien Lepiller skribis: > > > From 71a85b5a8aac6c0bd5a1a4e3b52e409b2112df7a Mon Sep 17 00:00:00 > > 2001 From: Julien Lepiller > > Date: Thu, 7 Nov 2019 21:50:54 +0100 > > Subject: [PATCH 1/2] guix: Add file-locking w

bug#36375: [PATCH] Re: ‘guix package’ should lock the profile

2019-11-08 Thread Ludovic Courtès
Hello! Julien Lepiller skribis: > From 71a85b5a8aac6c0bd5a1a4e3b52e409b2112df7a Mon Sep 17 00:00:00 2001 > From: Julien Lepiller > Date: Thu, 7 Nov 2019 21:50:54 +0100 > Subject: [PATCH 1/2] guix: Add file-locking with no wait. > > * guix/build/syscalls.scm (with-file-lock/no-wait): New procedu

bug#37967: guix environment -CN: Operation not permitted mounting host's /var/run/nscd

2019-11-08 Thread Björn Höfling
On Mon, 04 Nov 2019 23:37:07 +0100 Ludovic Courtès wrote: > Hi, > > Ivan Vilata i Balaguer skribis: > > > I applied your patch on top of bf7b08c4, pulled Guix and did > > successfully start `guix environment -CN`, with network support and > > all. > > Awesome, pushed as 625bdf09d344302ec2d5

bug#26302: [website] translations

2019-11-08 Thread sirgazil via Bug reports for GNU Guix
On Fri, 08 Nov 2019 12:13:56 -0500 pelzflorian (Florian Pelz) wrote > > German is slightly wider than English and Chinese will be slightly > > smaller. Hopefully it won’t matter, otherwise the navbar could be put > > in a div container with display: flex; or something for spacing

bug#26302: [website] translations

2019-11-08 Thread pelzflorian (Florian Pelz)
On Fri, Nov 08, 2019 at 05:18:28PM +0100, pelzflorian (Florian Pelz) wrote: > I changed it now, also for the dropdowns. The change is online now > that the website was rebuilt. > > Dropdowns are fixed for real now. > > But now that the width of the menu will vary depending on each > > language

bug#26302: [website] translations

2019-11-08 Thread pelzflorian (Florian Pelz)
On Fri, Nov 08, 2019 at 05:18:29PM +0100, pelzflorian (Florian Pelz) wrote: > I changed it now, also for the dropdowns. Oops, dropdowns are not quite right yet.

bug#26302: [website] translations

2019-11-08 Thread pelzflorian (Florian Pelz)
On Fri, Nov 08, 2019 at 09:01:17AM -0500, sirgazil wrote: > Hi, Florian :) > > On Fri, 08 Nov 2019 04:02:16 -0500 pelzflorian (Florian Pelz) > wrote > > > Another thing is that perhaps the CSS margin of the .menu-item:link > > elements in the navbar should be reduced. What do you

bug#38135: Mate: missing gio-launch-desktop

2019-11-08 Thread Diego Nicola Barbato
Hi Guix, Launching a program from the start menu of the Mate desktop (as provided by the ‘mate-desktop-service-type’) currently (commit: 41ee209) fails. The error message complains about a missing ‘gio-launch-desktop’ (found in the “bin” output of ‘glib’). This can be worked around by adding ‘(li

bug#26302: [website] translations

2019-11-08 Thread sirgazil via Bug reports for GNU Guix
Hi, Florian :) On Fri, 08 Nov 2019 04:02:16 -0500 pelzflorian (Florian Pelz) wrote > Another thing is that perhaps the CSS margin of the .menu-item:link > elements in the navbar should be reduced. What do you think: > > https://guix.gnu.org/.i18n/de/ > https://guix.gnu.org/

bug#37860: [PATCH v2] gnu: qemu: Add upstream patch for failing test.

2019-11-08 Thread Miguel Arruga Vivas
Hi, They have solved the problem on qemu's master branch, as the author kindly told me[1], so I propose this patch to add their patch on top of our current version. I've tested it on x86_64, WDYT? Happy hacking! Miguel [1] https://lists.nongnu.org/archive/html/qemu-devel/2019-11/msg00340.html F

bug#26302: [website] translations

2019-11-08 Thread pelzflorian (Florian Pelz)
After Ludo’s reviews I’ve pushed and rebased everything again. What is missing is making nginx redirect accesses only to html files to their localized version if one exists. This would mean the non-localized URLs remain valid and their use could be continued. I would prefer if someone familiar w