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