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

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