Skip to content

Commit 864ef09

Browse files
committedMay 16, 2017
gnunet: enable conversation
fixes #25829
1 parent fda2318 commit 864ef09

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎pkgs/applications/networking/p2p/gnunet/default.nix

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{ stdenv, fetchurl, adns, curl, gettext, gmp, gnutls, libextractor
22
, libgcrypt, libgnurl, libidn, libmicrohttpd, libtool, libunistring
3-
, makeWrapper, ncurses, pkgconfig, libxml2, sqlite, zlib }:
3+
, makeWrapper, ncurses, pkgconfig, libxml2, sqlite, zlib
4+
, libpulseaudio, libopus, libogg }:
45

56
stdenv.mkDerivation rec {
67
name = "gnunet-0.10.1";
@@ -13,7 +14,7 @@ stdenv.mkDerivation rec {
1314
buildInputs = [
1415
adns curl gettext gmp gnutls libextractor libgcrypt libgnurl libidn
1516
libmicrohttpd libtool libunistring libxml2 makeWrapper ncurses
16-
pkgconfig sqlite zlib
17+
pkgconfig sqlite zlib libpulseaudio libopus libogg
1718
];
1819

1920
preConfigure = ''

0 commit comments

Comments
 (0)