summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/blockchains
diff options
context:
space:
mode:
authorPavol Rusnak <pavol@rusnak.io>2021-01-25 19:23:58 +0100
committerPavol Rusnak <pavol@rusnak.io>2021-01-25 19:23:58 +0100
commitb002d7455d1a543b09a6c5305b53af9e6f30d926 (patch)
treed56124b726a931ada2018003d29fbc773309bc7f /pkgs/applications/blockchains
parenta979486bb546d9444f3ff82ccff1fd32082ca205 (diff)
clightning: use system libsodium
Diffstat (limited to 'pkgs/applications/blockchains')
-rw-r--r--pkgs/applications/blockchains/clightning.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/blockchains/clightning.nix b/pkgs/applications/blockchains/clightning.nix
index fa4d8b8d4da4..745ac349975c 100644
--- a/pkgs/applications/blockchains/clightning.nix
+++ b/pkgs/applications/blockchains/clightning.nix
@@ -10,6 +10,7 @@
, unzip
, which
, gmp
+, libsodium
, python3
, sqlite
, zlib
@@ -28,7 +29,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autogen autoconf automake gettext libtool pkg-config py3 unzip which ];
- buildInputs = [ gmp sqlite zlib ];
+ buildInputs = [ gmp libsodium sqlite zlib ];
postPatch = ''
patchShebangs \