mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
ldacbt: Mark as littleEndian-only
ldacBT_internal.c #error's on non-LE byte order.
This commit is contained in:
parent
c44317643e
commit
37fd4294fd
@ -30,7 +30,8 @@ stdenv.mkDerivation rec {
|
||||
description = "AOSP libldac dispatcher";
|
||||
homepage = "https://github.com/EHfive/ldacBT";
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.all;
|
||||
# libldac code detects & #error's out on non-LE byte order
|
||||
platforms = platforms.littleEndian;
|
||||
maintainers = with maintainers; [ adisbladis ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user