clightning-sane: fix build
This commit is contained in:
@@ -18,6 +18,13 @@ buildPythonPackage {
|
|||||||
|
|
||||||
sourceRoot = "clightning-v${clightning.version}/contrib/pyln-proto";
|
sourceRoot = "clightning-v${clightning.version}/contrib/pyln-proto";
|
||||||
|
|
||||||
|
# package pins its dependencies too aggressively
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace pyproject.toml \
|
||||||
|
--replace-fail 'coincurve = "^18"' 'coincurve = ">=18"' \
|
||||||
|
--replace-fail 'cryptography = "^41"' 'cryptography = ">=41"'
|
||||||
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ poetry-core ];
|
nativeBuildInputs = [ poetry-core ];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
Reference in New Issue
Block a user