From b9ecb689753d392d49237823083aec626c73ea58 Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Wed, 6 Oct 2021 17:28:04 -0400 Subject: [PATCH] kweather: Fix build for 21.08 --- pkgs/applications/plasma-mobile/kweather.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/plasma-mobile/kweather.nix b/pkgs/applications/plasma-mobile/kweather.nix index 8d12c76646b..497061624b9 100644 --- a/pkgs/applications/plasma-mobile/kweather.nix +++ b/pkgs/applications/plasma-mobile/kweather.nix @@ -11,6 +11,7 @@ , kquickcharts , kweathercore , plasma-framework +, qtcharts , qtquickcontrols2 }: @@ -30,6 +31,7 @@ mkDerivation rec { kquickcharts kweathercore plasma-framework + qtcharts qtquickcontrols2 ];