kdf: fixup inputs and outputs

This commit is contained in:
Thomas Tuegel
2017-06-21 08:49:51 -05:00
parent 90a72a5065
commit fcd1525345

View File

@@ -1,7 +1,7 @@
{
mkDerivation, lib,
extra-cmake-modules, kdoctools,
kcmutils
kcmutils, ki18n, kiconthemes, kio, knotifications, kxmlgui,
}:
mkDerivation {
@@ -11,5 +11,5 @@ mkDerivation {
maintainers = [ lib.maintainers.peterhoeg ];
};
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
propagatedBuildInputs = [ kcmutils ];
buildInputs = [ kcmutils ki18n kiconthemes kio knotifications kxmlgui ];
}