depot/third_party/nixpkgs/pkgs/kde/gear/mailcommon/default.nix

11 lines
139 B
Nix
Raw Normal View History

{
mkKdeDerivation,
qtwebengine,
qttools,
}:
mkKdeDerivation {
pname = "mailcommon";
extraBuildInputs = [qtwebengine qttools];
}