mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-30 14:11:21 +00:00
nordic: qtgraphicaleffects is not needed
This commit is contained in:
parent
ef1e70356b
commit
8b4b92edf9
@ -5,7 +5,6 @@
|
||||
, breeze-icons
|
||||
, plasma-framework
|
||||
, plasma-workspace
|
||||
, qtgraphicaleffects
|
||||
, jdupes
|
||||
}:
|
||||
|
||||
@ -88,7 +87,6 @@ stdenv.mkDerivation rec {
|
||||
breeze-icons
|
||||
plasma-framework
|
||||
plasma-workspace
|
||||
qtgraphicaleffects
|
||||
];
|
||||
|
||||
dontWrapQtApps = true;
|
||||
|
@ -29746,7 +29746,7 @@ with pkgs;
|
||||
};
|
||||
|
||||
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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user