mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
broadcom-bt-firmware: mention package limitations
This commit is contained in:
parent
d900478e3c
commit
d072ef956d
@ -1,5 +1,8 @@
|
||||
{ stdenv, fetchurl, cabextract, bt-fw-converter }:
|
||||
|
||||
# Kernels between 4.2 and 4.7 will not work with
|
||||
# this packages as they expect the firmware to be named "BCM.hcd"
|
||||
# see: https://github.com/NixOS/nixpkgs/pull/25478#issuecomment-299034865
|
||||
stdenv.mkDerivation rec {
|
||||
name = "broadcom-bt-firmware-${version}";
|
||||
version = "12.0.1.1011";
|
||||
|
Loading…
Reference in New Issue
Block a user