We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent e682520 commit cc75ccbCopy full SHA for cc75ccb
pkgs/os-specific/linux/firmware/broadcom-bt-firmware/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
18
mkdir -p ${name}
19
cabextract $src --directory ${name}
20
'';
21
-
+
22
installPhase = ''
23
mkdir -p $out/lib/firmware/brcm
24
bt-fw-converter -f bcbtums.inf -o $out/lib/firmware/brcm
@@ -35,8 +35,8 @@ stdenv.mkDerivation rec {
35
meta = with stdenv.lib; {
36
description = "Firmware for Broadcom WIDCOMM® Bluetooth devices";
37
homepage = http://www.catalog.update.microsoft.com/Search.aspx?q=Broadcom+bluetooth;
38
- license = licenses.unfree;
+ license = licenses.unfreeRedistributableFirmware;
39
platforms = platforms.linux;
40
maintainers = with maintainers; [ zraexy ];
41
};
42
-}
+}
0 commit comments