On Wed, Jan 25, 2017 at 12:25:17PM +0000, contact....@cryptolab.net wrote: > * gnu/packages/tls.scm (mbedtls): New variable.
> + ;; FIXME: Tarball on tls.mbed.org can no be fetched by our downloader. Please add a comment explaining what goes wrong. > + (native-inputs > + `(("perl" ,perl) ; Tests > + ("doxygen" ,doxygen) > + ("graphviz" ,graphviz))) > + (inputs > + `(("zlib" ,zlib) > + ("openssl" ,openssl))) The only dependency it needs to build is Perl. The rest can be missing and mbedtls will still pass its test suite. Doxygen seems unused; no documentation is installed when its available. If they are available, zlib and openssl are not referred to by the output (checked with `guix gc --references`).