Merge pull request #196633 from nrdxp/qutebrowser-screenshare-fix

qutebrowser: fix screensharing
This commit is contained in:
Michele Guerini Rocco
2022-10-20 14:58:56 +02:00
committed by GitHub
@@ -6,7 +6,7 @@
, withMediaPlayback ? true
, backend ? "webengine"
, pipewireSupport ? stdenv.isLinux
, pipewire_0_2
, pipewire
, qtwayland
, mkDerivationWith ? null
, qtbase ? null
@@ -135,7 +135,7 @@ buildPythonApplication {
'';
preFixup = let
libPath = lib.makeLibraryPath [ pipewire_0_2 ];
libPath = lib.makeLibraryPath [ pipewire ];
in
''
makeWrapperArgs+=(