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

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