Skip to content

Commit add1ab8

Browse files
authored
vivaldi: fix could not find the Qt platform plugin xcb/wayland (#406915)
2 parents 81b29ec + 60e60c3 commit add1ab8

File tree

1 file changed

+3
-0
lines changed
  • pkgs/applications/networking/browsers/vivaldi

1 file changed

+3
-0
lines changed

pkgs/applications/networking/browsers/vivaldi/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ stdenv.mkDerivation rec {
9898
nativeBuildInputs = [
9999
patchelf
100100
makeWrapper
101+
qt5.wrapQtAppsHook
101102
];
102103

103104
dontWrapQtApps = true;
@@ -137,6 +138,7 @@ stdenv.mkDerivation rec {
137138
systemd
138139
libva
139140
qt5.qtbase
141+
qt5.qtwayland
140142
freetype
141143
fontconfig
142144
libXrender
@@ -219,6 +221,7 @@ stdenv.mkDerivation rec {
219221
--set-default FONTCONFIG_PATH "${fontconfig.out}/etc/fonts" \
220222
--suffix XDG_DATA_DIRS : ${gtk3}/share/gsettings-schemas/${gtk3.name}/ \
221223
--prefix PATH : ${coreutils}/bin \
224+
''${qtWrapperArgs[@]} \
222225
${lib.optionalString enableWidevine "--suffix LD_LIBRARY_PATH : ${libPath}"}
223226
''
224227
+ lib.optionalString enableWidevine ''

0 commit comments

Comments
 (0)