From cc75ccbf64bf8c874cd884cb5c1534526553ee6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 7 May 2017 07:28:05 +0100 Subject: [PATCH] broadcom-bt-firmware: change license to redistributal see also: https://github.com/winterheart/broadcom-bt-firmware/blob/master/LICENSE.broadcom_bcm20702 fixes #25567 --- .../linux/firmware/broadcom-bt-firmware/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/os-specific/linux/firmware/broadcom-bt-firmware/default.nix b/pkgs/os-specific/linux/firmware/broadcom-bt-firmware/default.nix index 101468c7e080..23970097d4a9 100644 --- a/pkgs/os-specific/linux/firmware/broadcom-bt-firmware/default.nix +++ b/pkgs/os-specific/linux/firmware/broadcom-bt-firmware/default.nix @@ -18,7 +18,7 @@ stdenv.mkDerivation rec { mkdir -p ${name} cabextract $src --directory ${name} ''; - + installPhase = '' mkdir -p $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; { description = "Firmware for Broadcom WIDCOMM® Bluetooth devices"; homepage = http://www.catalog.update.microsoft.com/Search.aspx?q=Broadcom+bluetooth; - license = licenses.unfree; + license = licenses.unfreeRedistributableFirmware; platforms = platforms.linux; maintainers = with maintainers; [ zraexy ]; }; -} +}