broadcom-bt-firmware: fixed output derivation (#44610)
This commit is contained in:
parent
0282f0d285
commit
6d00805dff
@ -27,11 +27,15 @@ stdenv.mkDerivation rec {
|
|||||||
linkname=$(basename $filename | awk 'match($0,/^(BCM)[0-9A-Z]+(-[0-9a-z]{4}-[0-9a-z]{4}\.hcd)$/,c) { print c[1]c[2] }')
|
linkname=$(basename $filename | awk 'match($0,/^(BCM)[0-9A-Z]+(-[0-9a-z]{4}-[0-9a-z]{4}\.hcd)$/,c) { print c[1]c[2] }')
|
||||||
if ! [ -z $linkname ]
|
if ! [ -z $linkname ]
|
||||||
then
|
then
|
||||||
ln -s -T $filename $out/lib/firmware/brcm/$linkname
|
ln -s --relative -T $filename $out/lib/firmware/brcm/$linkname
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
outputHashMode = "recursive";
|
||||||
|
outputHashAlgo = "sha256";
|
||||||
|
outputHash = "042frb2dmrqfj8q83h5p769q6hg2b3i8fgnyvs9r9a71z7pbsagq";
|
||||||
|
|
||||||
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user