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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
202 B
Nix
Raw Normal View History

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