lcevcdec: fix build on Darwin (#535454)

This commit is contained in:
Sandro
2026-06-26 21:56:19 +00:00
committed by GitHub
+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 = [