Make start with mpv extension start umpv
This commit is contained in:
parent
29e60f8aef
commit
12bfde3b64
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ let
|
|||
buildInputs = [ pkgs.python3 ];
|
||||
buildPhase = ''
|
||||
sed -i "s#/home/william/scripts/ff2mpv#$out/bin/ff2mpv.py#" ff2mpv.json
|
||||
sed -i 's#"mpv"#"${pkgs.mpv}/bin/umpv"#' ff2mpv.py
|
||||
'';
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue