diff options
author | Florian Dold <florian.dold@gmail.com> | 2018-08-17 01:47:50 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2018-08-17 01:47:50 +0200 |
commit | 365b697453cad231aa8b0e282924eda64be011ea (patch) | |
tree | 5ee97cc4fac634c443907c189f0c57f12ec67f2e /contrib/guix/gnu/packages/gnunet.scm | |
parent | baa1a0165ca3662a9e247e562205208f12df6c8b (diff) |
guix: postgres dep
Diffstat (limited to 'contrib/guix/gnu/packages/gnunet.scm')
-rw-r--r-- | contrib/guix/gnu/packages/gnunet.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/guix/gnu/packages/gnunet.scm b/contrib/guix/gnu/packages/gnunet.scm index a91c69a11..0602aec0b 100644 --- a/contrib/guix/gnu/packages/gnunet.scm +++ b/contrib/guix/gnu/packages/gnunet.scm @@ -292,6 +292,7 @@ newspace." ("opus" ,opus) ; gnunet-conversation ("pulseaudio" ,pulseaudio) ; conversation ("sqlite" ,sqlite) ; sqlite bindings, *store + ("postgresql" ,postgresql) ("zlib" ,zlib) ("perl" ,perl) ; doxygen and more ("jansson" ,jansson) ; identity, taler (external), gnunet-json, gns |