Skip to content

Commit

Permalink
Merge pull request #107137 from kneitinger/platformio_add_click_compl…
Browse files Browse the repository at this point in the history
…etion

platformio: Enable shell completion generation
  • Loading branch information
SuperSandro2000 authored Mar 21, 2021
2 parents d2273d5 + 90041a0 commit 5e4a4e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/arduino/platformio/core.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ stdenv, lib, buildPythonApplication, fetchpatch
, bottle, click, colorama, semantic-version
{ stdenv, lib, buildPythonApplication, bottle
, click, click-completion, colorama, semantic-version
, lockfile, pyserial, requests
, tabulate, pyelftools, marshmallow
, pytest, tox, jsondiff
Expand Down Expand Up @@ -79,8 +79,8 @@ in buildPythonApplication rec {
inherit version src;

propagatedBuildInputs = [
bottle click colorama git lockfile
pyserial requests semantic-version
bottle click click-completion colorama git
lockfile pyserial requests semantic-version
tabulate pyelftools marshmallow
];

Expand Down

0 comments on commit 5e4a4e0

Please sign in to comment.