simpledbus: rename from simpleDBus

rename to lowercase to fit package naming conventions
This commit is contained in:
quantenzitrone
2026-02-12 09:02:54 +01:00
parent 793626d282
commit 2f10c26840
3 changed files with 4 additions and 3 deletions
@@ -8,7 +8,7 @@
lib,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "simpleDBus";
pname = "simpledbus";
version = "0.10.4";
+2 -2
View File
@@ -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 = ''
+1
View File
@@ -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