Merge pull request #110807 from prusnak/clightning

clightning: use system libsodium
This commit is contained in:
Pavol Rusnak 2021-01-25 20:42:40 +01:00 committed by GitHub
commit 916815204e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 \