3
0
Fork 0
forked from mirrors/nixpkgs

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
commit d4e5cb81cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
};