nordic: qtgraphicaleffects is not needed
This commit is contained in:
parent
ef1e70356b
commit
8b4b92edf9
2 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||||
|
|
|
@ -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 { };
|
||||||
|
|
Loading…
Reference in a new issue