hueadm: init at 1.2.0

This commit is contained in:
Silvan Mosberger 2019-02-27 00:42:25 +01:00
parent b82919cdd6
commit dd0af01955
No known key found for this signature in database
GPG key ID: 9424360B4B85C9E7
3 changed files with 1258 additions and 322 deletions

View file

@ -40,6 +40,7 @@
, "htmlhint"
, "html-minifier"
, "http-server"
, "hueadm"
, "ionic"
, "ios-deploy"
, "imapnotify"

File diff suppressed because it is too large Load diff

View file

@ -17617,6 +17617,8 @@ in
hue-cli = callPackage ../tools/networking/hue-cli { };
inherit (nodePackages) hueadm;
hugin = callPackage ../applications/graphics/hugin {
wxGTK = wxGTK30;
};