lcevcdec: fix build on Darwin

lcevcdec's CMake configuration uses libtool on Darwin starting with
4.2.0 [1]. Add it to nativeBuildInputs to fix the build on Darwin.

[1]: https://github.com/v-novaltd/LCEVCdec/blame/a254bd474649e5dcd8182689ac414420bfe8d8c3/cmake/modules/Platform/MACOS.cmake#L37-L40
This commit is contained in:
Alex James
2026-06-25 19:43:17 -07:00
parent 284afe6a71
commit 92abf8b18c
+4
View File
@@ -1,4 +1,5 @@
{
cctools,
cmake,
fetchFromGitHub,
git,
@@ -46,6 +47,9 @@ stdenv.mkDerivation (finalAttrs: {
git
pkg-config
python3
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
cctools.libtool
];
buildInputs = [