summary refs log tree commit diff
path: root/pkgs/servers/home-assistant
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2021-05-17 17:36:25 +0200
committerGitHub <noreply@github.com>2021-05-17 17:36:25 +0200
commitc5f1d219a4065d263ee336876786f798a9796e1d (patch)
treebd593ad783ec4455f694036dcb997727f8fb015c /pkgs/servers/home-assistant
parente1e105e72eb7b208117f89c4b0c6375ffb0b00f0 (diff)
parent468fda7daafe9b4395e13d08e738c8da07710497 (diff)
downloadnixpkgs-c5f1d219a4065d263ee336876786f798a9796e1d.tar
nixpkgs-c5f1d219a4065d263ee336876786f798a9796e1d.tar.gz
nixpkgs-c5f1d219a4065d263ee336876786f798a9796e1d.tar.bz2
nixpkgs-c5f1d219a4065d263ee336876786f798a9796e1d.tar.lz
nixpkgs-c5f1d219a4065d263ee336876786f798a9796e1d.tar.xz
nixpkgs-c5f1d219a4065d263ee336876786f798a9796e1d.tar.zst
nixpkgs-c5f1d219a4065d263ee336876786f798a9796e1d.zip
Merge pull request #123151 from fabaff/prayer-times-calculator
Diffstat (limited to 'pkgs/servers/home-assistant')
-rw-r--r--pkgs/servers/home-assistant/component-packages.nix2
-rw-r--r--pkgs/servers/home-assistant/default.nix1
2 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/servers/home-assistant/component-packages.nix b/pkgs/servers/home-assistant/component-packages.nix
index 2d17a0305ce..aaa7da47335 100644
--- a/pkgs/servers/home-assistant/component-packages.nix
+++ b/pkgs/servers/home-assistant/component-packages.nix
@@ -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
diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix
index 7024f09717a..226f838a8b9 100644
--- a/pkgs/servers/home-assistant/default.nix
+++ b/pkgs/servers/home-assistant/default.nix
@@ -286,6 +286,7 @@ in with py.pkgs; buildPythonApplication rec {
     "intent"
     "intent_script"
     "ipp"
+    "islamic_prayer_times"
     "jewish_calendar"
     "kmtronic"
     "knx"