7e47f3658e
GitOrigin-RevId: 1925c603f17fc89f4c8f6bf6f631a802ad85d784
13 lines
156 B
Nix
13 lines
156 B
Nix
{
|
|
mkKdeDerivation,
|
|
qtwebengine,
|
|
cyrus_sasl,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "libksieve";
|
|
|
|
extraBuildInputs = [
|
|
qtwebengine
|
|
cyrus_sasl
|
|
];
|
|
}
|