summary refs log tree commit diff
path: root/pkgs/applications/video/mpv
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2019-01-19 12:55:12 +0000
committeradisbladis <adisbladis@gmail.com>2019-01-19 12:56:02 +0000
commit5cc392c5bb14beb737231bbe5983a2594fb93b53 (patch)
treefa957f9df9a08819dcae8d2f6a18e536c0f4c3bb /pkgs/applications/video/mpv
parentc0fcae159c45688e2452f4501eb1af42c2c7f8e9 (diff)
downloadnixpkgs-5cc392c5bb14beb737231bbe5983a2594fb93b53.tar
nixpkgs-5cc392c5bb14beb737231bbe5983a2594fb93b53.tar.gz
nixpkgs-5cc392c5bb14beb737231bbe5983a2594fb93b53.tar.bz2
nixpkgs-5cc392c5bb14beb737231bbe5983a2594fb93b53.tar.lz
nixpkgs-5cc392c5bb14beb737231bbe5983a2594fb93b53.tar.xz
nixpkgs-5cc392c5bb14beb737231bbe5983a2594fb93b53.tar.zst
nixpkgs-5cc392c5bb14beb737231bbe5983a2594fb93b53.zip
mpv: Enable javascript support through mujs
Diffstat (limited to 'pkgs/applications/video/mpv')
-rw-r--r--pkgs/applications/video/mpv/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/mpv/default.nix b/pkgs/applications/video/mpv/default.nix
index 8be842dfc68..4e4c623ca60 100644
--- a/pkgs/applications/video/mpv/default.nix
+++ b/pkgs/applications/video/mpv/default.nix
@@ -1,6 +1,6 @@
 { stdenv, fetchurl, fetchFromGitHub, makeWrapper
 , docutils, perl, pkgconfig, python3, which, ffmpeg_4
-, freefont_ttf, freetype, libass, libpthreadstubs
+, freefont_ttf, freetype, libass, libpthreadstubs, mujs
 , lua, luasocket, libuchardet, libiconv ? null, darwin
 
 , waylandSupport ? false
@@ -139,7 +139,7 @@ in stdenv.mkDerivation rec {
 
   buildInputs = [
     ffmpeg_4 freetype libass libpthreadstubs
-    lua luasocket libuchardet
+    lua luasocket libuchardet mujs
   ] ++ optional alsaSupport        alsaLib
     ++ optional archiveSupport     libarchive
     ++ optional bluraySupport      libbluray