Skip to content

Commit cc75ccb

Browse files
committedMay 7, 2017
broadcom-bt-firmware: change license to redistributal
see also: https://github.com/winterheart/broadcom-bt-firmware/blob/master/LICENSE.broadcom_bcm20702 fixes #25567
1 parent e682520 commit cc75ccb

File tree

1 file changed

+3
-3
lines changed
  • pkgs/os-specific/linux/firmware/broadcom-bt-firmware

1 file changed

+3
-3
lines changed
 

‎pkgs/os-specific/linux/firmware/broadcom-bt-firmware/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
1818
mkdir -p ${name}
1919
cabextract $src --directory ${name}
2020
'';
21-
21+
2222
installPhase = ''
2323
mkdir -p $out/lib/firmware/brcm
2424
bt-fw-converter -f bcbtums.inf -o $out/lib/firmware/brcm
@@ -35,8 +35,8 @@ stdenv.mkDerivation rec {
3535
meta = with stdenv.lib; {
3636
description = "Firmware for Broadcom WIDCOMM® Bluetooth devices";
3737
homepage = http://www.catalog.update.microsoft.com/Search.aspx?q=Broadcom+bluetooth;
38-
license = licenses.unfree;
38+
license = licenses.unfreeRedistributableFirmware;
3939
platforms = platforms.linux;
4040
maintainers = with maintainers; [ zraexy ];
4141
};
42-
}
42+
}

0 commit comments

Comments
 (0)