mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-30 06:01:19 +00:00
rtw88-firmware: drop
It's all part of linux-firmware now.
This commit is contained in:
parent
9573db47a5
commit
ec60e56b26
@ -43,7 +43,6 @@ in {
|
||||
rtl8192su-firmware
|
||||
rt5677-firmware
|
||||
rtl8761b-firmware
|
||||
rtw88-firmware
|
||||
zd1211fw
|
||||
alsa-firmware
|
||||
sof-firmware
|
||||
|
@ -1,25 +0,0 @@
|
||||
{ stdenvNoCC, lib, linuxPackages }:
|
||||
|
||||
stdenvNoCC.mkDerivation {
|
||||
pname = "rtw88-firmware";
|
||||
inherit (linuxPackages.rtw88) version src;
|
||||
|
||||
dontBuild = true;
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
mkdir -p $out/lib/firmware/rtw88
|
||||
cp *.bin $out/lib/firmware/rtw88
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "Firmware for the newest Realtek rtlwifi codes";
|
||||
homepage = "https://github.com/lwfinger/rtw88";
|
||||
license = licenses.unfreeRedistributableFirmware;
|
||||
maintainers = with maintainers; [ tvorog ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
@ -1182,6 +1182,7 @@ mapAliases ({
|
||||
# The alias for linuxPackages*.rtlwifi_new is defined in ./all-packages.nix,
|
||||
# due to it being inside the linuxPackagesFor function.
|
||||
rtlwifi_new-firmware = rtw88-firmware; # Added 2021-03-14
|
||||
rtw88-firmware = throw "rtw88-firmware has been removed because linux-firmware now contains it."; # Added 2024-06-28
|
||||
rtw89-firmware = throw "rtw89-firmware has been removed because linux-firmware now contains it."; # Added 2023-02-19
|
||||
|
||||
### S ###
|
||||
|
@ -27766,8 +27766,6 @@ with pkgs;
|
||||
|
||||
rtl8761b-firmware = callPackage ../os-specific/linux/firmware/rtl8761b-firmware { };
|
||||
|
||||
rtw88-firmware = callPackage ../os-specific/linux/firmware/rtw88-firmware { };
|
||||
|
||||
rvvm = callPackage ../applications/virtualization/rvvm { };
|
||||
|
||||
s3ql = callPackage ../tools/backup/s3ql { };
|
||||
|
Loading…
Reference in New Issue
Block a user