python-packages/clightning: update

This commit is contained in:
Erik Arvstedt
2023-12-14 14:51:12 +01:00
parent e82da35174
commit de51f20ccb
10 changed files with 5 additions and 575 deletions
+4 -2
View File
@@ -1,8 +1,9 @@
{ lib
, buildPythonPackage
, fetchPypi
, twisted
, pyzmq
, setuptools
, twisted
}:
buildPythonPackage rec {
@@ -16,8 +17,9 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [
twisted
pyzmq
setuptools
twisted
];
meta = with lib; {