We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 510f9be commit e510cb5Copy full SHA for e510cb5
options.xhtml
@@ -37133,7 +37133,7 @@ package</p>
37133
<code class="literal"><derivation mpv-with-scripts-0.39.0></code></p>
37134
37135
<p><span class="emphasis"><em>Example:</em></span>
37136
-<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>
37137
37138
<p><span class="emphasis"><em>Declared by:</em></span></p>
37139
<table border="0" summary="Simple list" class="simplelist">
0 commit comments