fixed build errors

This commit is contained in:
Danilo Reyes 2025-01-09 21:18:03 -06:00
parent e8a367ef38
commit e24c468c79

View File

@ -5,7 +5,7 @@
compat-list,
src,
lib,
stdenvNoCC,
stdenv,
cmake,
boost,
pkg-config,
@ -37,7 +37,7 @@ assert lib.assertMsg (
!enableFfmpegAudioDecoder || !enableFdk
) "Can't enable both enableFfmpegAudioDecoder and enableFdk";
stdenvNoCC.mkDerivation {
stdenv.mkDerivation {
inherit pname version src;
nativeBuildInputs = [