xone-dongle-firmware: rename from xow_dongle-firmware

This commit is contained in:
Fazzi
2026-02-02 00:39:59 +01:00
committed by Weijia Wang
parent 055fa14634
commit a39e036168
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ in
broadcom-bt-firmware
b43Firmware_5_1_138
b43Firmware_6_30_163_46
xow_dongle-firmware
xone-dongle-firmware
]
++ lib.optionals pkgs.stdenv.hostPlatform.isx86 [
facetimehd-calibration
+1 -1
View File
@@ -20,7 +20,7 @@ in
];
extraModulePackages = with config.boot.kernelPackages; [ xone ];
};
hardware.firmware = [ pkgs.xow_dongle-firmware ];
hardware.firmware = [ pkgs.xone-dongle-firmware ];
hardware.xpad-noone.enable = lib.mkDefault true;
};
@@ -5,7 +5,7 @@
cabextract,
}:
stdenvNoCC.mkDerivation {
pname = "xow-dongle-firmware";
pname = "xone-dongle-firmware";
version = "0-unstable-2025-12-18";
srcs = [
+1
View File
@@ -1952,6 +1952,7 @@ mapAliases {
xorg-autoconf = util-macros; # Added 2025-08-18
xorgdocs = xorg-docs; # Added 2026-01-19
xorgsgmldoctools = xorg-sgml-doctools; # Added 2026-01-19
xow_dongle-firmware = throw "'xow_dongle-firmware' has been renamed to/replaced by 'xone-dongle-firmware'"; # Added 2025-12-30
xsw = throw "'xsw' has been removed due to lack of upstream maintenance"; # Added 2025-08-22
xsynth-dssi = throw "'xsynth-dssi' was removed due to lack of upstream maintenance and relying on gtk2"; # Added 2025-12-02
xtrap = throw "XTrap was a proposed X11 extension that hasn't been in Xorg since X11R6 in 1994, it is deprecated and archived upstream."; # added 2025-12-13