mbox

[bug#36638,v2,0/2] gnu: Add i2pd.

Message ID 87y30wpm68.fsf_-_@sdf.lonestar.org
Headers show

Message

Jakob L. Kreuze July 17, 2019, 6:10 p.m. UTC
Should be fixed now. BUILD_SHARED_LIBS was disabled by default.

On an unrelated note, is there a way to obtain the source directory when
patches are applied to 'origin'? '(assoc-ref %build-inputs "source")'
works fine here, but if I were to use a patch to deal with the
extraneous files installed by i2pd, it points to an xzipped archive.

Jakob L. Kreuze (2):
  gnu: Add websocketpp.
  gnu: Add i2pd.

 gnu/local.mk         |   1 +
 gnu/packages/i2p.scm | 107 +++++++++++++++++++++++++++++++++++++++++++
 gnu/packages/web.scm |  36 +++++++++++++++
 3 files changed, 144 insertions(+)
 create mode 100644 gnu/packages/i2p.scm

Comments

Ludovic Courtès July 18, 2019, 9:29 a.m. UTC | #1
zerodaysfordays@sdf.lonestar.org (Jakob L. Kreuze) skribis:

> On an unrelated note, is there a way to obtain the source directory when
> patches are applied to 'origin'? '(assoc-ref %build-inputs "source")'
> works fine here, but if I were to use a patch to deal with the
> extraneous files installed by i2pd, it points to an xzipped archive.

The current working when the ‘snippet’ is executed is the source
directory.  But maybe I’m overlooking something?

Thanks,
Ludo’.