Skip to content

Commit

Permalink
Apply suggestions from nayeko
Browse files Browse the repository at this point in the history
Co-authored-by: nayeko <[email protected]>
  • Loading branch information
jasonodoom and nayeko authored Feb 23, 2025
1 parent 6a02482 commit 9214c28
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pkgs/development/python-modules/platformio-core/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,18 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "platformio";
repo = "platformio-core";
rev = "v${version}";
tag = "v${version}";
hash = "sha256-0wh5jw25d1iiyaa523b6mxywym5p5a77xzi4a27s46wjn140a85v";
fetchSubmodules = true;
};

pyproject = true;

build-system=[setuptools];
nativeBuildInputs = [
setuptools
wheel
];

propagatedBuildInputs = [
dependencies = [
bottle
click
colorama
Expand All @@ -52,7 +51,7 @@ buildPythonPackage rec {
"platformio"
];

meta = with lib; {
meta = {
homepage = "https://github.com/platformio/platformio-core";
description = "Open source ecosystem for IoT development (CLI manager for embedded boards)";
license = lib.licenses.asl20;
Expand Down

0 comments on commit 9214c28

Please sign in to comment.