python-packages/clightning: update

This commit is contained in:
Erik Arvstedt 2023-12-02 23:26:55 +01:00
parent e82da35174
commit de51f20ccb
No known key found for this signature in database
GPG key ID: 33312B944DD97846
10 changed files with 5 additions and 575 deletions

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; {