mpv: use mkvtoolnix-cli
This commit is contained in:
parent
6e21aa65d9
commit
0d9224bdc5
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchgit, lib
|
{ stdenv, fetchgit, lib
|
||||||
, yad, mkvtoolnix, libnotify }:
|
, yad, mkvtoolnix-cli, libnotify }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "mpv-convert-script-2016-03-18.lua";
|
name = "mpv-convert-script-2016-03-18.lua";
|
||||||
@ -19,7 +19,7 @@ stdenv.mkDerivation {
|
|||||||
substituteInPlace convert_script.lua \
|
substituteInPlace convert_script.lua \
|
||||||
${subs "NOTIFY_CMD" "notify-send" "${libnotify}/bin/notify-send"} \
|
${subs "NOTIFY_CMD" "notify-send" "${libnotify}/bin/notify-send"} \
|
||||||
${subs "YAD_CMD" "yad" "${yad}/bin/yad"} \
|
${subs "YAD_CMD" "yad" "${yad}/bin/yad"} \
|
||||||
${subs "MKVMERGE_CMD" "mkvmerge" "${mkvtoolnix}/bin/mkvmerge"}
|
${subs "MKVMERGE_CMD" "mkvmerge" "${mkvtoolnix-cli}/bin/mkvmerge"}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
dontBuild = true;
|
dontBuild = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user