nordic: qtgraphicaleffects is not needed

This commit is contained in:
José Romildo 2023-10-21 13:47:56 -03:00
parent ef1e70356b
commit 8b4b92edf9
2 changed files with 1 additions and 3 deletions

View file

@ -5,7 +5,6 @@
, breeze-icons , breeze-icons
, plasma-framework , plasma-framework
, plasma-workspace , plasma-workspace
, qtgraphicaleffects
, jdupes , jdupes
}: }:
@ -88,7 +87,6 @@ stdenv.mkDerivation rec {
breeze-icons breeze-icons
plasma-framework plasma-framework
plasma-workspace plasma-workspace
qtgraphicaleffects
]; ];
dontWrapQtApps = true; dontWrapQtApps = true;

View file

@ -29746,7 +29746,7 @@ with pkgs;
}; };
nordic = callPackage ../data/themes/nordic { nordic = callPackage ../data/themes/nordic {
inherit (libsForQt5) breeze-icons plasma-framework plasma-workspace qtgraphicaleffects; inherit (libsForQt5) breeze-icons plasma-framework plasma-workspace;
}; };
nordzy-cursor-theme = callPackage ../data/icons/nordzy-cursor-theme { }; nordzy-cursor-theme = callPackage ../data/icons/nordzy-cursor-theme { };