clementine: fix build by using protobuf 3.14
Upstream has fixed but has not released compatibility with 3.15 in https://github.com/clementine-player/Clementine/pull/6927
This commit is contained in:
parent
598b62f310
commit
ff3b6bfc22
@ -10,7 +10,7 @@ let
|
|||||||
withCD = config.clementine.cd or true;
|
withCD = config.clementine.cd or true;
|
||||||
withCloud = config.clementine.cloud or true;
|
withCloud = config.clementine.cloud or true;
|
||||||
|
|
||||||
# On the update after all 1.4rc, qt5.15 will be supported.
|
# On the update after all 1.4rc, qt5.15 and protobuf 3.15 will be supported.
|
||||||
version = "1.4.0rc1";
|
version = "1.4.0rc1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
|
@ -3264,6 +3264,7 @@ in
|
|||||||
clementine = libsForQt514.callPackage ../applications/audio/clementine {
|
clementine = libsForQt514.callPackage ../applications/audio/clementine {
|
||||||
gst_plugins =
|
gst_plugins =
|
||||||
with gst_all_1; [ gst-plugins-base gst-plugins-good gst-plugins-ugly gst-libav ];
|
with gst_all_1; [ gst-plugins-base gst-plugins-good gst-plugins-ugly gst-libav ];
|
||||||
|
protobuf = protobuf3_14;
|
||||||
};
|
};
|
||||||
|
|
||||||
clementineUnfree = clementine.unfree;
|
clementineUnfree = clementine.unfree;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user