From e958d172849b637cd18ab1290d7ace49674b0aed Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Tue, 18 Oct 2022 12:10:57 -0600 Subject: [PATCH] qutebrowser: fix screensharing see: https://github.com/qutebrowser/qutebrowser/issues/6752 --- pkgs/applications/networking/browsers/qutebrowser/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/browsers/qutebrowser/default.nix b/pkgs/applications/networking/browsers/qutebrowser/default.nix index 87911ced549..a3bddd44fed 100644 --- a/pkgs/applications/networking/browsers/qutebrowser/default.nix +++ b/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+=(