summaryrefslogtreecommitdiffstats
path: root/pkgs/desktops/plasma-5
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2020-01-31 19:47:55 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2020-01-31 19:47:55 -0600
commit48bcb6dc8fe8cbecb26eb5a5d3d39c1cc0719c5e (patch)
tree1ea9ab57d88d4dee6e7a655d97616e71ad7bdc60 /pkgs/desktops/plasma-5
parent84ddb3da35d053e23ab05bc59f687779a1519734 (diff)
milou: kitemmodels buildInput
Diffstat (limited to 'pkgs/desktops/plasma-5')
-rw-r--r--pkgs/desktops/plasma-5/milou.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/desktops/plasma-5/milou.nix b/pkgs/desktops/plasma-5/milou.nix
index db019db358bb..790979d664fc 100644
--- a/pkgs/desktops/plasma-5/milou.nix
+++ b/pkgs/desktops/plasma-5/milou.nix
@@ -1,15 +1,15 @@
{
mkDerivation,
extra-cmake-modules,
- kcoreaddons, kdeclarative, ki18n, krunner, kservice, plasma-framework,
- qtscript, qtdeclarative
+ kcoreaddons, kdeclarative, ki18n, kitemmodels, krunner, kservice,
+ plasma-framework, qtscript, qtdeclarative
}:
mkDerivation {
name = "milou";
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [
- kcoreaddons kdeclarative ki18n krunner kservice plasma-framework
+ kcoreaddons kdeclarative ki18n kitemmodels krunner kservice plasma-framework
qtdeclarative qtscript
];
}