kcontacts: fixup inputs and outputs

This commit is contained in:
Thomas Tuegel 2017-06-21 08:45:50 -05:00
parent 6e96de513b
commit b5cef7ebc6
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -12,4 +12,5 @@ mkDerivation {
};
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ kcoreaddons kconfig kcodecs ki18n qtbase ];
outputs = [ "out" "dev" ];
}