Re: [PATCH] gnu: gnurl: Add ca-bundle to config.

2017-01-04 Thread ng0
ng0 writes: > * gnu/packages/gnunet.scm (gnurl)[arguments]: Add "--with-ca-bundle" > configure flag. > [arguments]: configure-flags: Use list. > [arguments]: Add "nss-certs" to native-inputs. Reading old threads and the last replies from ludovic I think this solution will not be accepted or wor

[PATCH] gnu: gnurl: Add ca-bundle to config.

2017-01-04 Thread ng0
* gnu/packages/gnunet.scm (gnurl)[arguments]: Add "--with-ca-bundle" configure flag. [arguments]: configure-flags: Use list. [arguments]: Add "nss-certs" to native-inputs. --- gnu/packages/gnunet.scm | 31 +++ 1 file changed, 19 insertions(+), 12 deletions(-) diff --g