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

qutebrowser: fix screensharing
main
Michele Guerini Rocco 2 years ago committed by GitHub
commit 2521de4cc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/applications/networking/browsers/qutebrowser/default.nix

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

Loading…
Cancel
Save