tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
hue-cli: move to by-name
liberodark
7 months ago
b397288f
115b051e
+4
-6
5 changed files
expand all
collapse all
unified
split
pkgs
by-name
hu
hue-cli
Gemfile
Gemfile.lock
gemset.nix
package.nix
top-level
all-packages.nix
pkgs/tools/networking/hue-cli/Gemfile
pkgs/by-name/hu/hue-cli/Gemfile
pkgs/tools/networking/hue-cli/Gemfile.lock
pkgs/by-name/hu/hue-cli/Gemfile.lock
+4
-4
pkgs/tools/networking/hue-cli/default.nix
pkgs/by-name/hu/hue-cli/package.nix
···
11
11
12
12
passthru.updateScript = bundlerUpdateScript "hue-cli";
13
13
14
14
-
meta = with lib; {
14
14
+
meta = {
15
15
description = "Command line interface for controlling Philips Hue system's lights and bridge";
16
16
homepage = "https://github.com/birkirb/hue-cli";
17
17
-
license = licenses.mit;
18
18
-
platforms = platforms.unix;
19
19
-
maintainers = with maintainers; [
17
17
+
license = lib.licenses.mit;
18
18
+
platforms = lib.platforms.unix;
19
19
+
maintainers = with lib.maintainers; [
20
20
manveru
21
21
nicknovitski
22
22
];
pkgs/tools/networking/hue-cli/gemset.nix
pkgs/by-name/hu/hue-cli/gemset.nix
-2
pkgs/top-level/all-packages.nix
···
12508
12508
12509
12509
hpmyroom = libsForQt5.callPackage ../applications/networking/hpmyroom { };
12510
12510
12511
12511
-
hue-cli = callPackage ../tools/networking/hue-cli { };
12512
12512
-
12513
12511
hugin = callPackage ../applications/graphics/hugin {
12514
12512
wxGTK = wxGTK32;
12515
12513
};