1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 16:41:04 +01:00
This commit is contained in:
teto 2025-02-17 09:29:22 +00:00
parent 510f9be37c
commit e510cb5aaf

View file

@ -37133,7 +37133,7 @@ package</p>
<code class="literal">&lt;derivation mpv-with-scripts-0.39.0&gt;</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">pkgs.wrapMpv (pkgs.mpv-unwrapped.override { vapoursynthSupport = true; }) { youtubeSupport = true; }</code></p>
<code class="literal">pkgs.mpv-unwrapped.wrapper { mpv = pkgs.mpv-unwrapped.override { vapoursynthSupport = true; }; youtubeSupport = true; }</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">