mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-25 22:33:43 +00:00
10 lines
132 B
Nix
10 lines
132 B
Nix
{
|
|
mkKdeDerivation,
|
|
kconfigwidgets,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "kmailtransport";
|
|
|
|
extraBuildInputs = [ kconfigwidgets ];
|
|
}
|