fixup! Add pylightning package

This commit is contained in:
William Casarin 2019-07-25 05:39:53 -07:00 committed by Jonas Nick
parent 5d8951bdb9
commit 22fcd47fe5
No known key found for this signature in database
GPG Key ID: 4861DBF262123605
2 changed files with 2 additions and 4 deletions

View File

@ -12,5 +12,5 @@
electrs = (pkgs.callPackage ./pkgs/electrs { }).rootCrate.build;
liquidd = pkgs.callPackage ./pkgs/liquidd { };
hwi = pkgs.callPackage ./pkgs/hwi { };
pylightning = pkgs.callPackage ./pkgs/pylightning { };
pylightning = pkgs.python3Packages.callPackage ./pkgs/pylightning { };
}

View File

@ -1,6 +1,4 @@
{ lib, python35 }:
with python35.pkgs;
{ lib, buildPythonPackage, fetchPypi }:
buildPythonPackage rec {
pname = "pylightning";