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

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