kotatogram-desktop: move protobuf dependency from tg_owt to kotatogram-desktop
That's where it's really used
This commit is contained in:
parent
a08fb2c9c2
commit
e8de725051
@ -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
|
||||
|
@ -10,7 +10,6 @@
|
||||
, openssl
|
||||
, libopus
|
||||
, ffmpeg
|
||||
, protobuf
|
||||
, openh264
|
||||
, crc32c
|
||||
, libvpx
|
||||
@ -72,7 +71,6 @@ stdenv.mkDerivation {
|
||||
openssl
|
||||
libopus
|
||||
ffmpeg
|
||||
protobuf
|
||||
openh264
|
||||
crc32c
|
||||
libvpx
|
||||
|
Loading…
Reference in New Issue
Block a user