mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
fixup! libopus: fix build
This commit is contained in:
parent
e2645f1aaf
commit
b0e7251fa5
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||
mesonFlags = [
|
||||
(lib.mesonBool "fixed-point" fixedPoint)
|
||||
(lib.mesonBool "custom-modes" withCustomModes)
|
||||
(lib.mesonEnable "asm" stdenv.hostPlatform.isAarch)
|
||||
(lib.mesonEnable "asm" false)
|
||||
(lib.mesonEnable "docs" false)
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user