mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 00:20:58 +00:00
Merge pull request #311155 from NixOS/backport-300959-to-release-23.11
[Backport release-23.11] teamviewer: add qtgraphicaleffects
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
, qtwebengine
|
||||
, qtx11extras
|
||||
, qtquickcontrols2
|
||||
, qtgraphicaleffects
|
||||
, getconf
|
||||
, glibc
|
||||
, libXrandr
|
||||
@@ -51,7 +52,7 @@ mkDerivation rec {
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ autoPatchelfHook makeWrapper wrapQtAppsHook ];
|
||||
buildInputs = [ qtbase qtwebengine qtx11extras qtquickcontrols2 icu63 ];
|
||||
buildInputs = [ qtbase qtwebengine qtx11extras qtquickcontrols2 qtgraphicaleffects icu63 ];
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/share/teamviewer $out/bin $out/share/applications
|
||||
|
||||
Reference in New Issue
Block a user