Skip to content

Commit

Permalink
mpv: install mpv_identify.sh
Browse files Browse the repository at this point in the history
It is file identification script.
It is used in mc default actions for video files.
  • Loading branch information
romildo committed Sep 22, 2020
1 parent 647be9d commit 1d8fae0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/video/mpv/default.nix
Expand Up @@ -209,6 +209,7 @@ in stdenv.mkDerivation rec {
mkdir -p $out/share/mpv
ln -s ${freefont_ttf}/share/fonts/truetype/FreeSans.ttf $out/share/mpv/subfont.ttf
cp TOOLS/mpv_identify.sh $out/bin
cp TOOLS/umpv $out/bin
'' + optionalString stdenv.isDarwin ''
mkdir -p $out/Applications
Expand Down

0 comments on commit 1d8fae0

Please sign in to comment.