simplebluez: rename from simpleBluez

Rename to lowercase to fit package naming conventions
This commit is contained in:
Andrea Ciceri
2026-02-18 15:06:14 +01:00
parent 755ef5b7ef
commit a747d5bcdb
3 changed files with 5 additions and 4 deletions
@@ -8,7 +8,7 @@
lib,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "simpleBluez";
pname = "simplebluez";
version = "0.11.0";
+3 -3
View File
@@ -5,12 +5,12 @@
qt6,
pkg-config,
dbus,
simpleBluez,
simplebluez,
simpledbus,
}:
let
# zmkBATx is incompatible against the new ABI
simpleBluez' = simpleBluez.overrideAttrs rec {
simplebluez' = simplebluez.overrideAttrs rec {
version = "0.7.3";
src = fetchFromGitHub {
owner = "OpenBluetoothToolbox";
@@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
qt6.qtconnectivity
dbus.lib
simpledbus
simpleBluez'
simplebluez'
];
postPatch = ''
+1
View File
@@ -1726,6 +1726,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
simpleBluez = warnAlias "'simpleBluez' has been renamed to 'simplebluez'" simplebluez; # Added 2026-02-18
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
simpleTpmPk11 = warnAlias "'simpleTpmPk11' has been renamed to 'simple-tpm-pk11'" simple-tpm-pk11; # Added 2026-02-12