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
|
, 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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user