bug#60473: Glimpse build fails on Guix System

2023-01-02 Thread Leo Famulari
On Sun, Jan 01, 2023 at 09:34:15PM +0100, Liliana Marie Prikler wrote: > Am Sonntag, dem 01.01.2023 um 17:50 + schrieb Elias Kueny: > > Hello, > > > > I'm using Guix System and on Guix commit > > 8f93a1e01a879ae026678dd92c18e2a2a49be540. > > Building Glimpse fails during the configuration phas

bug#49115: [PATCH 1/1] debbugs: Do not check for MIME encoded words in subject.

2023-01-02 Thread Ricardo Wurmus
Arun Isaac writes: > guile-email transparently handles MIME encoded words. We do not have > to check for them. > > * mumi/debbugs.scm (bug-status): Do not check for MIME encoded words > in subject. Thank you, I applied it. -- Ricardo

bug#49115: [PATCH 0/1] Do not check for MIME encoded words

2023-01-02 Thread Arun Isaac
Hi Ricardo, I have an additional small improvement. guile-email transparently handles MIME encoded words. We need not check for them. Patch follows. Regards, Arun Arun Isaac (1): debbugs: Do not check for MIME encoded words in subject. mumi/debbugs.scm | 13 +++-- 1 file changed, 7 i

bug#49115: [PATCH 1/1] debbugs: Do not check for MIME encoded words in subject.

2023-01-02 Thread Arun Isaac
guile-email transparently handles MIME encoded words. We do not have to check for them. * mumi/debbugs.scm (bug-status): Do not check for MIME encoded words in subject. --- mumi/debbugs.scm | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/mumi/debbugs.scm b/mumi/d

bug#60494: git-reference does not support file:// uri scheme

2023-01-02 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
retitle 60494 Document git-checkout thanks Hi! That itself is not a bug: git-fetch is the wrong tool for this job. It should not have access to your files. You can clone a local repository by directly calling git-checkout and passing it as the package source: (source (git-checkout (url

bug#59515: nginx: Fails to start on boot while upstream service is not yet running

2023-01-02 Thread Jonathan Brielmaier
On 27.11.22 22:14, Ludovic Courtès wrote:> That looks like a bug in the radicale service: there’s no synchronization upon startup: I think its rather an issue with nscd, networking or some other base service. Changing the nginx configuration from (servers (list "localhost:5232")) to (servers (

bug#60494: git-reference does not support file:// uri scheme

2023-01-02 Thread mirai
I'd like to build some specific programs that are git managed but not uploaded anywhere as packages in guix. The rationale for this is that they're either too specific to be worth publishing or the programs are still in their very early stages of development. Using the file:// scheme in a packag