From 07a6f1b3d8746e40d3e47a72eea32d0a5d8493b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Fri, 5 Dec 2025 16:06:01 +0100 Subject: [PATCH] fix: propagate ffmpeg dep of avcpp --- nix/avcpp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/avcpp.nix b/nix/avcpp.nix index 81e85a1..bb7d757 100644 --- a/nix/avcpp.nix +++ b/nix/avcpp.nix @@ -22,7 +22,7 @@ in ./0001-fix-build-use-absolute-install-directories.patch ]; nativeBuildInputs = [cmake pkg-config]; - buildInputs = [ffmpeg_7]; + propagatedBuildInputs = [ffmpeg_7]; cmakeFlags = [ (lib.cmakeBool "BUILD_TESTING" finalAttrs.doCheck) (lib.cmakeBool "AVCPP_NOT_SUBPROJECT" true)