Format the entire project.
This commit is contained in:
parent
1dc50ae17d
commit
6f9db5e3a4
115 changed files with 3451 additions and 2901 deletions
|
@ -1,5 +1,9 @@
|
|||
{ fetchFromGitHub, buildPythonApplication, click, pyusb }:
|
||||
|
||||
{
|
||||
fetchFromGitHub,
|
||||
buildPythonApplication,
|
||||
click,
|
||||
pyusb,
|
||||
}:
|
||||
buildPythonApplication rec {
|
||||
pname = "pyluxafor";
|
||||
version = "0.1.0";
|
||||
|
@ -14,5 +18,5 @@ buildPythonApplication rec {
|
|||
substituteInPlace setup.py --replace '"click>=6.0,<=6.7.99",' ""
|
||||
substituteInPlace setup.py --replace '"pyusb==1.0.0",' ""
|
||||
'';
|
||||
propagatedBuildInputs = [ click pyusb ];
|
||||
propagatedBuildInputs = [click pyusb];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue