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

15 lines
202 B
Nix

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