From b397288f96d8abbe5cd46e8719c218fcf6b8e109 Mon Sep 17 00:00:00 2001 From: liberodark Date: Tue, 22 Jul 2025 18:31:40 +0200 Subject: [PATCH] hue-cli: move to by-name --- pkgs/{tools/networking => by-name/hu}/hue-cli/Gemfile | 0 .../{tools/networking => by-name/hu}/hue-cli/Gemfile.lock | 0 pkgs/{tools/networking => by-name/hu}/hue-cli/gemset.nix | 0 .../default.nix => by-name/hu/hue-cli/package.nix} | 8 ++++---- pkgs/top-level/all-packages.nix | 2 -- 5 files changed, 4 insertions(+), 6 deletions(-) rename pkgs/{tools/networking => by-name/hu}/hue-cli/Gemfile (100%) rename pkgs/{tools/networking => by-name/hu}/hue-cli/Gemfile.lock (100%) rename pkgs/{tools/networking => by-name/hu}/hue-cli/gemset.nix (100%) rename pkgs/{tools/networking/hue-cli/default.nix => by-name/hu/hue-cli/package.nix} (76%) diff --git a/pkgs/tools/networking/hue-cli/Gemfile b/pkgs/by-name/hu/hue-cli/Gemfile similarity index 100% rename from pkgs/tools/networking/hue-cli/Gemfile rename to pkgs/by-name/hu/hue-cli/Gemfile diff --git a/pkgs/tools/networking/hue-cli/Gemfile.lock b/pkgs/by-name/hu/hue-cli/Gemfile.lock similarity index 100% rename from pkgs/tools/networking/hue-cli/Gemfile.lock rename to pkgs/by-name/hu/hue-cli/Gemfile.lock diff --git a/pkgs/tools/networking/hue-cli/gemset.nix b/pkgs/by-name/hu/hue-cli/gemset.nix similarity index 100% rename from pkgs/tools/networking/hue-cli/gemset.nix rename to pkgs/by-name/hu/hue-cli/gemset.nix diff --git a/pkgs/tools/networking/hue-cli/default.nix b/pkgs/by-name/hu/hue-cli/package.nix similarity index 76% rename from pkgs/tools/networking/hue-cli/default.nix rename to pkgs/by-name/hu/hue-cli/package.nix index afb732a32e52..20c24f6178d6 100644 --- a/pkgs/tools/networking/hue-cli/default.nix +++ b/pkgs/by-name/hu/hue-cli/package.nix @@ -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 ]; diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index bdbc642c239a..428c489acb47 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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; };