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
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
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
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
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
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 (
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