Merge pull request #120272 from fabaff/pynx584

This commit is contained in:
Martin Weinelt
2021-04-25 20:34:42 +02:00
committed by GitHub
4 changed files with 52 additions and 1 deletions
@@ -573,7 +573,7 @@
"number" = ps: with ps; [ ];
"nut" = ps: with ps; [ ]; # missing inputs: pynut2
"nws" = ps: with ps; [ pynws ];
"nx584" = ps: with ps; [ ]; # missing inputs: pynx584
"nx584" = ps: with ps; [ pynx584 ];
"nzbget" = ps: with ps; [ ]; # missing inputs: pynzbgetapi
"oasa_telematics" = ps: with ps; [ ]; # missing inputs: oasatelematics
"obihai" = ps: with ps; [ ]; # missing inputs: pyobihai
+1
View File
@@ -332,6 +332,7 @@ in with py.pkgs; buildPythonApplication rec {
"notify"
"notion"
"number"
"nx584"
"omnilogic"
"ondilo_ico"
"openerz"