nordic: does not pass libsForqt5, but the individual needed packages

This commit is contained in:
José Romildo 2023-10-21 11:56:04 -03:00
parent c16fc1ac32
commit 77313a5b05
2 changed files with 11 additions and 6 deletions

View file

@ -2,8 +2,11 @@
, stdenv
, fetchFromGitHub
, gtk-engine-murrine
, breeze-icons
, plasma-framework
, plasma-workspace
, qtgraphicaleffects
, jdupes
, libsForQt5
}:
stdenv.mkDerivation rec {
@ -80,11 +83,11 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ jdupes ];
buildInputs = with libsForQt5; [
plasma-framework
qtgraphicaleffects
plasma-workspace
buildInputs = [
breeze-icons
plasma-framework
plasma-workspace
qtgraphicaleffects
];
dontWrapQtApps = true;

View file

@ -29745,7 +29745,9 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) Foundation SystemConfiguration;
};
nordic = callPackage ../data/themes/nordic { };
nordic = callPackage ../data/themes/nordic {
inherit (libsForQt5) breeze-icons plasma-framework plasma-workspace qtgraphicaleffects;
};
nordzy-cursor-theme = callPackage ../data/icons/nordzy-cursor-theme { };