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

10 lines
112 B
Nix
Raw Normal View History

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