all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: rennes@openmailbox.org
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 4/6] gnu: gnome-documents
Date: Fri, 29 Apr 2016 22:03:16 -0400	[thread overview]
Message-ID: <20160430020316.GA13826@jasmine> (raw)
In-Reply-To: <82d9bd5597b908cf9b7d23831f977e63@openmailbox.org>

On Wed, Apr 20, 2016 at 08:26:47AM -0500, rennes@openmailbox.org wrote:
> On 2016-04-18 13:44, Leo Famulari wrote:
> >On Thu, Apr 14, 2016 at 10:35:00AM -0500, rennes@openmailbox.org wrote:
> >>On 2016-03-29 14:25, ludo@gnu.org wrote:
> >>>rennes@openmailbox.org skribis:
> >>>
> >>>>+     `(#:configure-flags
> >>>>+       '("--with-ca-certificates=/etc/ssl/certs/ca-certificates.crt")
> >>>
> >>>AFAICS glib-networking uses GnuTLS, for which we already had such a
> >>>setting (except that it can read all the .crt files from /etc/ssl/certs,
> >>>not just one bundle.)
> >>
> >>I did more tests and remove this part.
> >>
> >>>>+       (modify-phases %standard-phases
> >>>>+         (add-before 'check 'use-empty-ssl-cert-file
> >>>>+                     (lambda _
> >>>>+                       ; Search for ca-certificates.crt files
> >>>>+                       ; during the check phase.
> >>>>+                       (setenv "SSL_CERT_FILE" "/dev/null")
> >>>
> >>>Does this really have an effect?  This is the environment variable used
> >>>by OpenSSL, but not GnuTLS.
> >>
> >>indeed, it works.
> >>
> >>Question, to which package module I can add the patch?
> >
> >I've moved it into web.scm, in the attached revision on your patch. I
> >can apply it if you think it looks good. What do you think?
> >
> >I also reorganized the native-inputs a little bit, to put all the
> >"check" dependencies together.
> >
> >By the way, thanks for working on this patch series, and SORRY for the
> >slow review!
> 
> Hi, I think it's okay.

Applied as 7ffbbea00d0!

> 
> Thanks

      reply	other threads:[~2016-04-30  2:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-29  4:04 [PATCH 4/6] gnu: gnome-documents rennes
2016-03-29 20:25 ` Ludovic Courtès
2016-04-14 15:35   ` rennes
2016-04-18 18:44     ` Leo Famulari
2016-04-20 13:26       ` rennes
2016-04-30  2:03         ` Leo Famulari [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160430020316.GA13826@jasmine \
    --to=leo@famulari.name \
    --cc=guix-devel@gnu.org \
    --cc=rennes@openmailbox.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.