Format project using nixfmt rfc candidate.
This commit is contained in:
parent
1f63817684
commit
a9f7fe416f
91 changed files with 1347 additions and 1000 deletions
|
@ -18,5 +18,8 @@ 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