nordic: does not pass libsForqt5, but the individual needed packages
This commit is contained in:
parent
c16fc1ac32
commit
77313a5b05
2 changed files with 11 additions and 6 deletions
|
@ -2,8 +2,11 @@
|
||||||
, stdenv
|
, stdenv
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, gtk-engine-murrine
|
, gtk-engine-murrine
|
||||||
|
, breeze-icons
|
||||||
|
, plasma-framework
|
||||||
|
, plasma-workspace
|
||||||
|
, qtgraphicaleffects
|
||||||
, jdupes
|
, jdupes
|
||||||
, libsForQt5
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -80,11 +83,11 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
nativeBuildInputs = [ jdupes ];
|
nativeBuildInputs = [ jdupes ];
|
||||||
|
|
||||||
buildInputs = with libsForQt5; [
|
buildInputs = [
|
||||||
plasma-framework
|
|
||||||
qtgraphicaleffects
|
|
||||||
plasma-workspace
|
|
||||||
breeze-icons
|
breeze-icons
|
||||||
|
plasma-framework
|
||||||
|
plasma-workspace
|
||||||
|
qtgraphicaleffects
|
||||||
];
|
];
|
||||||
|
|
||||||
dontWrapQtApps = true;
|
dontWrapQtApps = true;
|
||||||
|
|
|
@ -29745,7 +29745,9 @@ with pkgs;
|
||||||
inherit (darwin.apple_sdk.frameworks) Foundation SystemConfiguration;
|
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 { };
|
nordzy-cursor-theme = callPackage ../data/icons/nordzy-cursor-theme { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue