MyNixOS website logo
option

programs.mpv.extraMakeWrapperArgs

List of scripts to use with mpv.

Declarations
Type
list of string
Default
[ ]
Example
[
  "--prefix"
  "LD_LIBRARY_PATH"
  ":"
  (lib.makeLibraryPath [ pkgs.libaacs pkgs.libbluray ])
]