mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
kde5.kemoticons: propagate all buildInputs
This commit is contained in:
parent
e7f42467e3
commit
9f9ab4aa25
@ -8,10 +8,7 @@
|
|||||||
|
|
||||||
kdeFramework {
|
kdeFramework {
|
||||||
name = "kemoticons";
|
name = "kemoticons";
|
||||||
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||||
nativeBuildInputs = [ extra-cmake-modules ];
|
nativeBuildInputs = [ extra-cmake-modules ];
|
||||||
buildInputs = [ karchive kconfig kcoreaddons ];
|
propagatedBuildInputs = [ karchive kconfig kcoreaddons kservice ];
|
||||||
propagatedBuildInputs = [ kservice ];
|
|
||||||
meta = {
|
|
||||||
maintainers = [ lib.maintainers.ttuegel ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user