From 2f10c26840c6fac43ef729ad04239bbbe9c07ac4 Mon Sep 17 00:00:00 2001 From: quantenzitrone Date: Thu, 12 Feb 2026 03:46:58 +0100 Subject: [PATCH] simpledbus: rename from simpleDBus rename to lowercase to fit package naming conventions --- pkgs/by-name/si/{simpleDBus => simpledbus}/package.nix | 2 +- pkgs/by-name/zm/zmkBATx/package.nix | 4 ++-- pkgs/top-level/aliases.nix | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) rename pkgs/by-name/si/{simpleDBus => simpledbus}/package.nix (97%) diff --git a/pkgs/by-name/si/simpleDBus/package.nix b/pkgs/by-name/si/simpledbus/package.nix similarity index 97% rename from pkgs/by-name/si/simpleDBus/package.nix rename to pkgs/by-name/si/simpledbus/package.nix index 672b85ee54c9..b86db86660d5 100644 --- a/pkgs/by-name/si/simpleDBus/package.nix +++ b/pkgs/by-name/si/simpledbus/package.nix @@ -8,7 +8,7 @@ lib, }: stdenv.mkDerivation (finalAttrs: { - pname = "simpleDBus"; + pname = "simpledbus"; version = "0.10.4"; diff --git a/pkgs/by-name/zm/zmkBATx/package.nix b/pkgs/by-name/zm/zmkBATx/package.nix index dbd2bc288d25..d600789f71b9 100644 --- a/pkgs/by-name/zm/zmkBATx/package.nix +++ b/pkgs/by-name/zm/zmkBATx/package.nix @@ -6,7 +6,7 @@ pkg-config, dbus, simpleBluez, - simpleDBus, + simpledbus, }: stdenv.mkDerivation (finalAttrs: { pname = "zmkBATx"; @@ -31,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: { qt6.qtconnectivity dbus.lib simpleBluez - simpleDBus + simpledbus ]; postPatch = '' diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 8823598b6f53..935c0bfcb50e 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -1702,6 +1702,7 @@ mapAliases { siduck76-st = throw "'siduck76-st' has been renamed to/replaced by 'st-snazzy'"; # Converted to throw 2025-10-27 sierra-breeze-enhanced = throw "'sierra-breeze-enhanced' has been removed, as it is only compatible with Plasma 5, which is EOL"; # Added 2025-08-20 signal-desktop-source = throw "'signal-desktop-source' has been renamed to/replaced by 'signal-desktop'"; # Converted to throw 2025-10-27 + simpleDBus = warnAlias "'simpleDBus' has been renamed to 'simpledbus'" simpledbus; # Added 2026-02-12 simplesamlphp = throw "'simplesamlphp' was removed because it was unmaintained in nixpkgs"; # Added 2025-10-17 sioclient = throw "'sioclient' has been removed as it is no longer used by freedv, and doesn't build with newer asio"; # Added 2025-12-03 siproxd = throw "'siproxd' has been removed as it was unmaintained and incompatible with newer libosip versions"; # Added 2025-05-18