triforce-lv2: shorten meta.description; add meta.longDescription

This commit is contained in:
Jasi
2025-06-27 12:39:13 -04:00
parent 43e2026ced
commit f0f84f5ffd
+12 -1
View File
@@ -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