Merge pull request #261742 from Cryolitia/nordic
nordic: complement buildInputs
This commit is contained in:
commit
33f39fd47a
1 changed files with 10 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
, fetchFromGitHub
|
||||
, gtk-engine-murrine
|
||||
, jdupes
|
||||
, libsForQt5
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -79,6 +80,15 @@ stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ jdupes ];
|
||||
|
||||
buildInputs = with libsForQt5; [
|
||||
plasma-framework
|
||||
qtgraphicaleffects
|
||||
plasma-workspace
|
||||
breeze-icons
|
||||
];
|
||||
|
||||
dontWrapQtApps = true;
|
||||
|
||||
propagatedUserEnvPkgs = [ gtk-engine-murrine ];
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue