add clightning python pkgs
This commit is contained in:
committed by
Ian Shipman
parent
1a16e55237
commit
e62e163177
12
pkgs/python-packages/pyln-client/default.nix
Normal file
12
pkgs/python-packages/pyln-client/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ buildPythonPackage, clightning, recommonmark }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyln-client";
|
||||
version = "0.8.0"; # defined in ${src}/contrib/pyln-client/pyln/client/__init__.py
|
||||
|
||||
inherit (clightning) src;
|
||||
|
||||
propagatedBuildInputs = [ recommonmark ];
|
||||
|
||||
postUnpack = "sourceRoot=$sourceRoot/contrib/${pname}";
|
||||
}
|
||||
Reference in New Issue
Block a user