kdf: fixup inputs and outputs

This commit is contained in:
Thomas Tuegel 2017-06-21 08:49:51 -05:00
parent 90a72a5065
commit fcd1525345
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

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