tdesktop: add missing deps

Not sure what happened in staging, but it's broken.
This commit is contained in:
K900 2022-07-19 23:56:16 +03:00
parent 7ecd637ffa
commit 1a543290a0

View file

@ -23,6 +23,7 @@
, libopus , libopus
, alsa-lib , alsa-lib
, libpulseaudio , libpulseaudio
, pipewire
, range-v3 , range-v3
, tl-expected , tl-expected
, hunspell , hunspell
@ -35,6 +36,7 @@
, util-linuxMinimal , util-linuxMinimal
, pcre , pcre
, libpthreadstubs , libpthreadstubs
, libXdamage
, libXdmcp , libXdmcp
, libselinux , libselinux
, libsepol , libsepol
@ -127,6 +129,7 @@ env.mkDerivation rec {
libopus libopus
alsa-lib alsa-lib
libpulseaudio libpulseaudio
pipewire
range-v3 range-v3
tl-expected tl-expected
hunspell hunspell
@ -139,6 +142,7 @@ env.mkDerivation rec {
util-linuxMinimal # Required for libmount thus not nativeBuildInputs. util-linuxMinimal # Required for libmount thus not nativeBuildInputs.
pcre pcre
libpthreadstubs libpthreadstubs
libXdamage
libXdmcp libXdmcp
libselinux libselinux
libsepol libsepol