kotatogram-desktop: move protobuf dependency from tg_owt to kotatogram-desktop

That's where it's really used
This commit is contained in:
Ilya Fedin 2024-10-30 12:35:01 +04:00
parent a08fb2c9c2
commit e8de725051
2 changed files with 2 additions and 2 deletions

View File

@ -18,6 +18,7 @@
, lz4 , lz4
, xxHash , xxHash
, ffmpeg , ffmpeg
, protobuf
, openalSoft , openalSoft
, minizip , minizip
, libopus , libopus
@ -108,6 +109,7 @@ stdenv.mkDerivation rec {
microsoft-gsl microsoft-gsl
boost boost
] ++ lib.optionals stdenv.hostPlatform.isLinux [ ] ++ lib.optionals stdenv.hostPlatform.isLinux [
protobuf
qtwayland qtwayland
kcoreaddons kcoreaddons
alsa-lib alsa-lib

View File

@ -10,7 +10,6 @@
, openssl , openssl
, libopus , libopus
, ffmpeg , ffmpeg
, protobuf
, openh264 , openh264
, crc32c , crc32c
, libvpx , libvpx
@ -72,7 +71,6 @@ stdenv.mkDerivation {
openssl openssl
libopus libopus
ffmpeg ffmpeg
protobuf
openh264 openh264
crc32c crc32c
libvpx libvpx