This commit is contained in:
ChaotiCryptidz 2022-08-16 09:14:29 +01:00
parent 054a7408c6
commit ab30add61a
No known key found for this signature in database

View file

@ -25,8 +25,8 @@
cargoLock = { lockFile = ./Cargo.lock; };
postPatch = ''
substituteInPlace src/meta/mod.rs --replace 'ffmpeg' '${final.ffmpeg}/bin/ffmpeg'
substituteInPlace src/meta/mod.rs --replace 'ffprobe' '${final.ffmpeg}/bin/ffprobe'
substituteInPlace src/meta.rs --replace 'ffmpeg' '${final.ffmpeg}/bin/ffmpeg'
substituteInPlace src/meta.rs --replace 'ffprobe' '${final.ffmpeg}/bin/ffprobe'
'';
doCheck = false;