ldacbt: restore previous little endian comment wording

This was made less clear in the rewrite.
This commit is contained in:
Emily 2026-07-04 15:47:11 +01:00
commit 41633c73d0

View file

@ -111,7 +111,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Sony LDAC Bluetooth decoder library (from AOSP via open-vela)";
homepage = "https://github.com/open-vela/external_libldac";
license = lib.licenses.asl20;
# LDAC bitstream format assumes LE; source has endian checks
# libldac code detects & #error's out on non-LE byte order
platforms = lib.platforms.littleEndian;
maintainers = with lib.maintainers; [ qweered ];
};