Merge pull request #56444 from Infinisil/add/hueadm

hueadm: init at 1.2.0
This commit is contained in:
Franz Pletz
2019-02-27 14:24:20 +00:00
committed by GitHub
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

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