mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
14 lines
156 B
Nix
14 lines
156 B
Nix
{
|
|
mkKdeDerivation,
|
|
qtwebengine,
|
|
cyrus_sasl,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "libksieve";
|
|
|
|
extraBuildInputs = [
|
|
qtwebengine
|
|
cyrus_sasl
|
|
];
|
|
}
|