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

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