Timothy DeHerrera 2 years ago
parent e1a0f8fe5a
commit e958d17284
No known key found for this signature in database
GPG Key ID: E44213186BC9AFE2
  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