Loading pkgs/applications/video/mpv/scripts/buildLua.nix +6 −8 Original line number Diff line number Diff line Loading @@ -81,14 +81,12 @@ lib.makeOverridable ( inherit scriptName; } // lib.optionalAttrs (runtime-dependencies != [ ]) { extraWrapperArgs = [ extraWrapperArgs = [ "--prefix" "PATH" ":" ] ++ (map lib.makeBinPath runtime-dependencies) ++ args.passthru.extraWrapperArgs or [ ]; (lib.makeBinPath runtime-dependencies) ] ++ args.passthru.extraWrapperArgs or [ ]; }; meta = { Loading Loading
pkgs/applications/video/mpv/scripts/buildLua.nix +6 −8 Original line number Diff line number Diff line Loading @@ -81,14 +81,12 @@ lib.makeOverridable ( inherit scriptName; } // lib.optionalAttrs (runtime-dependencies != [ ]) { extraWrapperArgs = [ extraWrapperArgs = [ "--prefix" "PATH" ":" ] ++ (map lib.makeBinPath runtime-dependencies) ++ args.passthru.extraWrapperArgs or [ ]; (lib.makeBinPath runtime-dependencies) ] ++ args.passthru.extraWrapperArgs or [ ]; }; meta = { Loading