mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 16:53:21 +00:00
ce77225e21
This is the thing you want to look at.
11 lines
136 B
Nix
11 lines
136 B
Nix
{
|
|
mkKdeDerivation,
|
|
qt5compat,
|
|
cyrus_sasl,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "ksmtp";
|
|
|
|
extraBuildInputs = [qt5compat cyrus_sasl];
|
|
}
|