broadcom-bt-firmware: change license to redistributal
see also: https://github.com/winterheart/broadcom-bt-firmware/blob/master/LICENSE.broadcom_bcm20702 fixes #25567
This commit is contained in:
parent
e6825201f7
commit
cc75ccbf64
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||||
mkdir -p ${name}
|
mkdir -p ${name}
|
||||||
cabextract $src --directory ${name}
|
cabextract $src --directory ${name}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/lib/firmware/brcm
|
mkdir -p $out/lib/firmware/brcm
|
||||||
bt-fw-converter -f bcbtums.inf -o $out/lib/firmware/brcm
|
bt-fw-converter -f bcbtums.inf -o $out/lib/firmware/brcm
|
||||||
|
@ -35,8 +35,8 @@ stdenv.mkDerivation rec {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Firmware for Broadcom WIDCOMM® Bluetooth devices";
|
description = "Firmware for Broadcom WIDCOMM® Bluetooth devices";
|
||||||
homepage = http://www.catalog.update.microsoft.com/Search.aspx?q=Broadcom+bluetooth;
|
homepage = http://www.catalog.update.microsoft.com/Search.aspx?q=Broadcom+bluetooth;
|
||||||
license = licenses.unfree;
|
license = licenses.unfreeRedistributableFirmware;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ zraexy ];
|
maintainers = with maintainers; [ zraexy ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue