forked from mirrors/nixpkgs
kde5.ki18n: propagate all buildInputs
This commit is contained in:
parent
670123464b
commit
ad2671f73c
|
@ -8,10 +8,8 @@
|
|||
|
||||
kdeFramework {
|
||||
name = "ki18n";
|
||||
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
buildInputs = [ qtdeclarative qtscript ];
|
||||
propagatedBuildInputs = [ qtdeclarative qtscript ];
|
||||
propagatedNativeBuildInputs = [ gettext python ];
|
||||
meta = {
|
||||
maintainers = [ lib.maintainers.ttuegel ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue