clightning: 24.05 -> 24.08

fix build broken by add distutils
This commit is contained in:
ocfox 2024-09-08 12:56:55 +08:00
parent 4f673395c7
commit fc13ad88bf
No known key found for this signature in database

View File

@ -20,15 +20,15 @@
, jq
}:
let
py3 = python3.withPackages (p: [ p.mako ]);
py3 = python3.withPackages (p: [ p.distutils p.mako ]);
in
stdenv.mkDerivation rec {
pname = "clightning";
version = "24.05";
version = "24.08";
src = fetchurl {
url = "https://github.com/ElementsProject/lightning/releases/download/v${version}/clightning-v${version}.zip";
hash = "sha256-FD7JFM80wrruqBWjYnJHZh2f2GZJ6XDQmUQ0XetnWBg=";
hash = "sha256-u4dkVcdduTBuRE615mPx66U8OFZSeMdL2fNJNoHbVxc=";
};
# when building on darwin we need cctools to provide the correct libtool