tdesktop: add missing deps
Not sure what happened in staging, but it's broken.
This commit is contained in:
parent
7ecd637ffa
commit
1a543290a0
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue