about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-07-21 22:55:50 +0200
committerGitHub <noreply@github.com>2022-07-21 22:55:50 +0200
commit955e844ded6857edd852d45e40fe12d6bc096a92 (patch)
treeb1f29cad3d3f6fb14d32303f671a650a06ad72ed /pkgs/applications/networking/p2p
parent3f21fea08ae69f5c48777df5a8cdf61912036787 (diff)
parenta79ea27f16b71853587a311ca4bf57bac5672f03 (diff)
Merge pull request #182139 from astro/taler
taler-exchange: 0.8.1 -> unstable-2022-07-17 and taler-merchant: 0.8.…
Diffstat (limited to 'pkgs/applications/networking/p2p')
-rw-r--r--pkgs/applications/networking/p2p/gnunet/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/p2p/gnunet/default.nix b/pkgs/applications/networking/p2p/gnunet/default.nix
index 04c02360a2895..6b49416173cf3 100644
--- a/pkgs/applications/networking/p2p/gnunet/default.nix
+++ b/pkgs/applications/networking/p2p/gnunet/default.nix
@@ -3,7 +3,7 @@
 , makeWrapper, ncurses, pkg-config, libxml2, sqlite, zlib
 , libpulseaudio, libopus, libogg, jansson, libsodium
 
-, postgresqlSupport ? false, postgresql }:
+, postgresqlSupport ? true, postgresql }:
 
 stdenv.mkDerivation rec {
   pname = "gnunet";