tplay: fix build dependencies

This commit is contained in:
Gabriel Nützi
2025-11-15 16:55:04 +01:00
parent 5979a7666a
commit 76067f0d02
+3 -3
View File
@@ -4,7 +4,7 @@
fetchFromGitHub,
pkg-config,
clang,
ffmpeg-headless,
ffmpeg_6-headless,
openssl,
alsa-lib,
opencv,
@@ -40,13 +40,13 @@ rustPlatform.buildRustPackage rec {
buildInputs = [
openssl.dev
alsa-lib.dev
ffmpeg-headless.dev
ffmpeg_6-headless.dev
opencv
];
postFixup = ''
wrapProgram $out/bin/tplay \
--prefix PATH : "${lib.makeBinPath [ ffmpeg-headless ]}"
--prefix PATH : "${lib.makeBinPath [ ffmpeg_6-headless ]}"
'';
meta = {