forked from mirrors/nixpkgs
kde5.kemoticons: propagate all buildInputs
This commit is contained in:
parent
e7f42467e3
commit
9f9ab4aa25
|
@ -8,10 +8,7 @@
|
|||
|
||||
kdeFramework {
|
||||
name = "kemoticons";
|
||||
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
buildInputs = [ karchive kconfig kcoreaddons ];
|
||||
propagatedBuildInputs = [ kservice ];
|
||||
meta = {
|
||||
maintainers = [ lib.maintainers.ttuegel ];
|
||||
};
|
||||
propagatedBuildInputs = [ karchive kconfig kcoreaddons kservice ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue