triforce-lv2: shorten meta.description; add meta.longDescription
This commit is contained in:
@@ -33,7 +33,18 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/chadmed/triforce";
|
||||
description = "Minimum Variance Distortionless Response adaptive beamformer for the microphone array found in some Apple Silicon laptops";
|
||||
description = "Beamformer for Apple Silicon laptops";
|
||||
longDescription = ''
|
||||
Triforce implements a Minimum Variance Distortionless Response
|
||||
adaptive beamformer for the microphone array found in the
|
||||
following Apple Silicon laptops:
|
||||
|
||||
- MacBook Pro 13" (M1/M2)
|
||||
- MacBook Air 13" (M1/M2)
|
||||
- MacBook Pro 14" (M1 Pro/Max, M2 Pro/Max)
|
||||
- MacBook Pro 16" (M1 Pro/Max, M2 Pro/Max)
|
||||
- MacBook Air 15" (M2)
|
||||
'';
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [
|
||||
normalcea
|
||||
|
||||
Reference in New Issue
Block a user