Loading pkgs/development/python-modules/wyoming/default.nix 0 → 100644 +29 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi }: buildPythonPackage rec { pname = "wyoming"; version = "0.0.1"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-EIUbKL8DNFNNGmLRcu12mlw4H+gAHmCUw09eLG0s8+M="; }; pythonImportsCheck = [ "wyoming" ]; # no tests doCheck = false; meta = with lib; { description = "Protocol for Rhasspy Voice Assistant"; homepage = "https://pypi.org/project/wyoming/"; license = licenses.mit; maintainers = with maintainers; [ hexa ]; }; } pkgs/servers/home-assistant/component-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -4492,7 +4492,8 @@ "wsdot" = ps: with ps; [ ]; "wyoming" = ps: with ps; [ ]; # missing inputs: wyoming wyoming ]; "x10" = ps: with ps; [ ]; "xbox" = ps: with ps; [ Loading Loading @@ -5417,6 +5418,7 @@ "worldclock" "ws66i" "wsdot" "wyoming" "xbox" "xiaomi" "xiaomi_aqara" Loading pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -13140,6 +13140,8 @@ self: super: with self; { }; }; wyoming = callPackage ../development/python-modules/wyoming { }; x-wr-timezone = callPackage ../development/python-modules/x-wr-timezone { }; x11_hash = callPackage ../development/python-modules/x11_hash { }; Loading Loading
pkgs/development/python-modules/wyoming/default.nix 0 → 100644 +29 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi }: buildPythonPackage rec { pname = "wyoming"; version = "0.0.1"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-EIUbKL8DNFNNGmLRcu12mlw4H+gAHmCUw09eLG0s8+M="; }; pythonImportsCheck = [ "wyoming" ]; # no tests doCheck = false; meta = with lib; { description = "Protocol for Rhasspy Voice Assistant"; homepage = "https://pypi.org/project/wyoming/"; license = licenses.mit; maintainers = with maintainers; [ hexa ]; }; }
pkgs/servers/home-assistant/component-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -4492,7 +4492,8 @@ "wsdot" = ps: with ps; [ ]; "wyoming" = ps: with ps; [ ]; # missing inputs: wyoming wyoming ]; "x10" = ps: with ps; [ ]; "xbox" = ps: with ps; [ Loading Loading @@ -5417,6 +5418,7 @@ "worldclock" "ws66i" "wsdot" "wyoming" "xbox" "xiaomi" "xiaomi_aqara" Loading
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -13140,6 +13140,8 @@ self: super: with self; { }; }; wyoming = callPackage ../development/python-modules/wyoming { }; x-wr-timezone = callPackage ../development/python-modules/x-wr-timezone { }; x11_hash = callPackage ../development/python-modules/x11_hash { }; Loading