path
This commit is contained in:
parent
054a7408c6
commit
ab30add61a
|
@ -25,8 +25,8 @@
|
||||||
cargoLock = { lockFile = ./Cargo.lock; };
|
cargoLock = { lockFile = ./Cargo.lock; };
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace src/meta/mod.rs --replace 'ffmpeg' '${final.ffmpeg}/bin/ffmpeg'
|
substituteInPlace src/meta.rs --replace 'ffmpeg' '${final.ffmpeg}/bin/ffmpeg'
|
||||||
substituteInPlace src/meta/mod.rs --replace 'ffprobe' '${final.ffmpeg}/bin/ffprobe'
|
substituteInPlace src/meta.rs --replace 'ffprobe' '${final.ffmpeg}/bin/ffprobe'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
Loading…
Reference in a new issue