From 1b04eac101f24015fc787bf4341a885e0216f74e Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Fri, 13 Nov 2020 09:03:57 +0200 Subject: [PATCH] clementine: comment it should support qt5.15 on next update --- pkgs/applications/audio/clementine/default.nix | 1 + 1 file changed, 1 insertion(+) 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 {