guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ec496b663448b2f2579c8a6094398ba9e2a21186
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Fri Jun 26 10:08:43 2026 +0900

    gnu: gnunet: Add postgresql support.
    
    * gnu/packages/gnunet.scm (gnunet) [inputs]: Add postgresql.
---
 gnu/packages/gnunet.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 67f6f3894c..f27839b6a5 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -41,6 +41,7 @@
   #:use-module (gnu packages compression)
   #:use-module (gnu packages crypto)
   #:use-module (gnu packages curl)
+  #:use-module (gnu packages databases)
   #:use-module (gnu packages gettext)
   #:use-module (gnu packages glib)
   #:use-module (gnu packages gnome)
@@ -216,6 +217,7 @@ authentication and support for SSL3 and TLS.")
            libsodium
            libunistring
            opus
+           postgresql
            pulseaudio
            zbar))
     (native-inputs

Reply via email to