nixpkgs/pkgs/kde/gear/kimap/default.nix

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

10 lines
115 B
Nix
Raw Normal View History

{
mkKdeDerivation,
cyrus_sasl,
}:
mkKdeDerivation {
pname = "kimap";
2024-09-20 05:54:48 +00:00
extraBuildInputs = [ cyrus_sasl ];
}