Merge pull request #123151 from fabaff/prayer-times-calculator

This commit is contained in:
Martin Weinelt
2021-05-17 17:36:25 +02:00
committed by GitHub
4 changed files with 39 additions and 1 deletions
@@ -407,7 +407,7 @@
"ipp" = ps: with ps; [ pyipp ];
"iqvia" = ps: with ps; [ numpy pyiqvia ];
"irish_rail_transport" = ps: with ps; [ ]; # missing inputs: pyirishrail
"islamic_prayer_times" = ps: with ps; [ ]; # missing inputs: prayer_times_calculator
"islamic_prayer_times" = ps: with ps; [ prayer-times-calculator ];
"iss" = ps: with ps; [ ]; # missing inputs: pyiss
"isy994" = ps: with ps; [ ]; # missing inputs: pyisy
"itach" = ps: with ps; [ ]; # missing inputs: pyitachip2ir
+1
View File
@@ -286,6 +286,7 @@ in with py.pkgs; buildPythonApplication rec {
"intent"
"intent_script"
"ipp"
"islamic_prayer_times"
"jewish_calendar"
"kmtronic"
"knx"