about summary refs log tree commit diff
path: root/pkgs/applications/audio/clementine
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2021-03-25 13:07:56 +0000
committerOrivej Desh <orivej@gmx.fr>2021-03-25 13:09:19 +0000
commitff3b6bfc2243757a1b984705228452aac5db57e9 (patch)
tree2e7337a6c14430d2d24908412ea72ca98c77028d /pkgs/applications/audio/clementine
parent598b62f3101ee3b3e2c6cf1b155f01b655348e0d (diff)
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
Diffstat (limited to 'pkgs/applications/audio/clementine')
-rw-r--r--pkgs/applications/audio/clementine/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/clementine/default.nix b/pkgs/applications/audio/clementine/default.nix
index e665edabd0744..b84b4e6aa9a43 100644
--- a/pkgs/applications/audio/clementine/default.nix
+++ b/pkgs/applications/audio/clementine/default.nix
@@ -10,7 +10,7 @@ let
   withCD = config.clementine.cd 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";
 
   src = fetchFromGitHub {