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

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