mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
ldacbt: restore previous little endian comment wording
This was made less clear in the rewrite.
This commit is contained in:
parent
b8aef9774f
commit
41633c73d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue