mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
python312Packages.rgpio: init at 0.2.2
This commit is contained in:
parent
456568f99e
commit
cf715599cd
1 changed files with 7 additions and 0 deletions
|
@ -15213,6 +15213,13 @@ self: super: with self; {
|
|||
|
||||
rflink = callPackage ../development/python-modules/rflink { };
|
||||
|
||||
rgpio = toPythonModule (
|
||||
pkgs.lgpio.override {
|
||||
inherit buildPythonPackage;
|
||||
pyProject = "PY_RGPIO";
|
||||
}
|
||||
);
|
||||
|
||||
rich = callPackage ../development/python-modules/rich { };
|
||||
|
||||
rich-argparse = callPackage ../development/python-modules/rich-argparse { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue