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
, xxHash
, ffmpeg
, protobuf
, openalSoft
, minizip
, libopus
@ -108,6 +109,7 @@ stdenv.mkDerivation rec {
microsoft-gsl
boost
] ++ lib.optionals stdenv.hostPlatform.isLinux [
protobuf
qtwayland
kcoreaddons
alsa-lib

View File

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