summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorPavol Rusnak <pavol@rusnak.io>2021-01-25 20:42:40 +0100
committerGitHub <noreply@github.com>2021-01-25 20:42:40 +0100
commit916815204eac9e4a41f263dd9855e51380135674 (patch)
tree4fb85dfc46e243950b923a427400fa9da90f48ba /pkgs
parentb76c3427cfe6c9867be56abec96362cb956a5477 (diff)
parentb002d7455d1a543b09a6c5305b53af9e6f30d926 (diff)
Merge pull request #110807 from prusnak/clightning
clightning: use system libsodium
Diffstat (limited to 'pkgs')
-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 \