kontactinterface: propagate kparts dependency

This commit is contained in:
Thomas Tuegel 2021-05-11 19:04:07 -05:00
parent 0f7f379752
commit 93b27100c8
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -12,6 +12,7 @@ mkDerivation {
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];
buildInputs = [ buildInputs = [
kiconthemes kparts kwindowsystem kxmlgui kiconthemes kwindowsystem kxmlgui
]; ];
propagatedBuildInputs = [ kparts ];
} }