summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/frameworks-5.19/kunitconversion.nix
blob: 3cf0f847d83d5a29406522fe1c16ffc0613efa64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ kdeFramework, lib, extra-cmake-modules, ki18n }:

kdeFramework {
  name = "kunitconversion";
  nativeBuildInputs = [ extra-cmake-modules ];
  propagatedBuildInputs = [ ki18n ];
  meta = {
    maintainers = [ lib.maintainers.ttuegel ];
  };
}