summary refs log tree commit diff
path: root/pkgs/development/libraries/kde-frameworks/kunitconversion.nix
blob: 136587cc682e6488c5cce40cf3c3b1db55c8cd6e (plain) (blame)
1
2
3
4
5
6
7
8
{ kdeFramework, lib, ecm, ki18n }:

kdeFramework {
  name = "kunitconversion";
  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
  nativeBuildInputs = [ ecm ];
  propagatedBuildInputs = [ ki18n ];
}