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

  extraBuildInputs = [cyrus_sasl];
}