clightning: use system libsodium
This commit is contained in:
parent
a979486bb5
commit
b002d7455d
@ -10,6 +10,7 @@
|
|||||||
, unzip
|
, unzip
|
||||||
, which
|
, which
|
||||||
, gmp
|
, gmp
|
||||||
|
, libsodium
|
||||||
, python3
|
, python3
|
||||||
, sqlite
|
, sqlite
|
||||||
, zlib
|
, zlib
|
||||||
@ -28,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ autogen autoconf automake gettext libtool pkg-config py3 unzip which ];
|
nativeBuildInputs = [ autogen autoconf automake gettext libtool pkg-config py3 unzip which ];
|
||||||
|
|
||||||
buildInputs = [ gmp sqlite zlib ];
|
buildInputs = [ gmp libsodium sqlite zlib ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
patchShebangs \
|
patchShebangs \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user