clightning: use system libsodium

This commit is contained in:
Pavol Rusnak 2021-01-25 19:23:58 +01:00
parent a979486bb5
commit b002d7455d
No known key found for this signature in database
GPG key ID: 91F3B339B9A02A3D

View file

@ -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 \