qutebrowser: fix screensharing

see:
https://github.com/qutebrowser/qutebrowser/issues/6752
This commit is contained in:
Timothy DeHerrera 2022-10-18 12:10:57 -06:00
parent e1a0f8fe5a
commit e958d17284
No known key found for this signature in database
GPG key ID: E44213186BC9AFE2

View file

@ -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+=(