hue-cli: move to by-name

This commit is contained in:
liberodark 2025-07-22 18:31:40 +02:00
parent 115b051e37
commit b397288f96
5 changed files with 4 additions and 6 deletions

View File

@ -11,12 +11,12 @@ bundlerApp {
passthru.updateScript = bundlerUpdateScript "hue-cli";
meta = with lib; {
meta = {
description = "Command line interface for controlling Philips Hue system's lights and bridge";
homepage = "https://github.com/birkirb/hue-cli";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [
license = lib.licenses.mit;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [
manveru
nicknovitski
];

View File

@ -12508,8 +12508,6 @@ with pkgs;
hpmyroom = libsForQt5.callPackage ../applications/networking/hpmyroom { };
hue-cli = callPackage ../tools/networking/hue-cli { };
hugin = callPackage ../applications/graphics/hugin {
wxGTK = wxGTK32;
};