summary refs log tree commit diff
path: root/pkgs/applications/audio/clementine
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2020-11-13 09:03:57 +0200
committerDoron Behar <doron.behar@gmail.com>2020-11-21 12:54:14 +0200
commit1b04eac101f24015fc787bf4341a885e0216f74e (patch)
treec56b8fc868d3d2c9d8df636e0639d435b8c45bc1 /pkgs/applications/audio/clementine
parent496222a7d9d84365ba56576637a5eb461283a3ca (diff)
downloadnixpkgs-1b04eac101f24015fc787bf4341a885e0216f74e.tar
nixpkgs-1b04eac101f24015fc787bf4341a885e0216f74e.tar.gz
nixpkgs-1b04eac101f24015fc787bf4341a885e0216f74e.tar.bz2
nixpkgs-1b04eac101f24015fc787bf4341a885e0216f74e.tar.lz
nixpkgs-1b04eac101f24015fc787bf4341a885e0216f74e.tar.xz
nixpkgs-1b04eac101f24015fc787bf4341a885e0216f74e.tar.zst
nixpkgs-1b04eac101f24015fc787bf4341a885e0216f74e.zip
clementine: comment it should support qt5.15 on next update
Diffstat (limited to 'pkgs/applications/audio/clementine')
-rw-r--r--pkgs/applications/audio/clementine/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/clementine/default.nix b/pkgs/applications/audio/clementine/default.nix
index 0c1690f1462..d9d1a11ce1d 100644
--- a/pkgs/applications/audio/clementine/default.nix
+++ b/pkgs/applications/audio/clementine/default.nix
@@ -10,6 +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.
   version = "1.4.0rc1";
 
   src = fetchFromGitHub {