summary refs log tree commit diff
path: root/pkgs/development/libraries/kde-frameworks/kemoticons.nix
blob: cdffbd50357629b362f18723130d76170acfd01c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ kdeFramework, lib
, ecm
, karchive
, kconfig
, kcoreaddons
, kservice
}:

kdeFramework {
  name = "kemoticons";
  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
  nativeBuildInputs = [ ecm ];
  propagatedBuildInputs = [ karchive kconfig kcoreaddons kservice ];
}