about summary refs log tree commit diff
path: root/pkgs/top-level/python-packages.nix
diff options
context:
space:
mode:
authorMarco Orovecchia <marco@orovecchia.at>2020-03-20 12:43:07 +0100
committerJon <jonringer@users.noreply.github.com>2020-04-10 12:17:42 -0700
commit6e72b95a9372ee1ae2a8f5eea1f43916c467ccd3 (patch)
tree74e91f801f0bc91f1bc8384568c4cf05d086b2e5 /pkgs/top-level/python-packages.nix
parentaa084e2a2409e59528421d72d47e049acd7d26ef (diff)
downloadnixlib-6e72b95a9372ee1ae2a8f5eea1f43916c467ccd3.tar
nixlib-6e72b95a9372ee1ae2a8f5eea1f43916c467ccd3.tar.gz
nixlib-6e72b95a9372ee1ae2a8f5eea1f43916c467ccd3.tar.bz2
nixlib-6e72b95a9372ee1ae2a8f5eea1f43916c467ccd3.tar.lz
nixlib-6e72b95a9372ee1ae2a8f5eea1f43916c467ccd3.tar.xz
nixlib-6e72b95a9372ee1ae2a8f5eea1f43916c467ccd3.tar.zst
nixlib-6e72b95a9372ee1ae2a8f5eea1f43916c467ccd3.zip
pythonPackages.aioharmony: init at 0.2.1
Diffstat (limited to 'pkgs/top-level/python-packages.nix')
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index e16cc830fc2b..74cad29c8aa2 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -1619,6 +1619,8 @@ in {
 
   aioftp = callPackage ../development/python-modules/aioftp { };
 
+  aioharmony = callPackage ../development/python-modules/aioharmony { };
+
   aiohttp = callPackage ../development/python-modules/aiohttp { };
 
   aiohttp-cors = callPackage ../development/python-modules/aiohttp-cors { };