kate: No propagatedBuildInputs
kate does not have a `dev` output, so it should not have `propagatedBuildInputs`, as this propagates other `dev` outputs into the user environment.
This commit is contained in:
parent
f012fc8f61
commit
0f5769df77
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ mkDerivation {
|
|||
};
|
||||
|
||||
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||
buildInputs = [ libgit2 ];
|
||||
propagatedBuildInputs = [
|
||||
buildInputs = [
|
||||
libgit2
|
||||
kactivities ki18n kio ktexteditor kwindowsystem plasma-framework
|
||||
qtscript kconfig kcrash kguiaddons kiconthemes kinit kjobwidgets kparts
|
||||
kxmlgui kdbusaddons kwallet kitemmodels knotifications threadweaver
|
||||
|
|
Loading…
Reference in a new issue