File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
pkgs/applications/networking/browsers/vivaldi Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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 ''
You can’t perform that action at this time.
0 commit comments