kde5_latest.frameworks: 5.18 -> 5.19

This commit is contained in:
Thomas Tuegel
2016-02-14 10:34:58 -06:00
parent 99b43a25dd
commit 60a8dd4ffa
94 changed files with 2349 additions and 1 deletions
@@ -0,0 +1,17 @@
{ kdeFramework, lib
, extra-cmake-modules
, karchive
, kconfig
, kcoreaddons
, kservice
}:
kdeFramework {
name = "kemoticons";
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ karchive kconfig kcoreaddons ];
propagatedBuildInputs = [ kservice ];
meta = {
maintainers = [ lib.maintainers.ttuegel ];
};
}