14 lines
158 B
Nix
14 lines
158 B
Nix
{
|
|
mkKdeDerivation,
|
|
qtdeclarative,
|
|
libical,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "kcalendarcore";
|
|
|
|
extraBuildInputs = [
|
|
qtdeclarative
|
|
libical
|
|
];
|
|
}
|