mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
ce77225e21
This is the thing you want to look at.
11 lines
144 B
Nix
11 lines
144 B
Nix
{
|
|
mkKdeDerivation,
|
|
qtwebengine,
|
|
cyrus_sasl,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "libksieve";
|
|
|
|
extraBuildInputs = [qtwebengine cyrus_sasl];
|
|
}
|