clightning: use system libsodium

wip/yesman
Pavol Rusnak 3 years ago
parent a979486bb5
commit b002d7455d
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
  1. 3
      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 \

Loading…
Cancel
Save