about summary refs log tree commit diff
path: root/pkgs/kde/frameworks/kcalendarcore/default.nix
blob: c80117749e1173c8a4971eb6ef03eb3cd278cd49 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  mkKdeDerivation,
  libical,
}:
mkKdeDerivation {
  pname = "kcalendarcore";

  extraBuildInputs = [libical];
}