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

16 lines
215 B
Nix

{
mkKdeDerivation,
qtlocation,
qtwebview,
kunifiedpush,
}:
mkKdeDerivation {
pname = "neochat";
extraBuildInputs = [
qtlocation
qtwebview
kunifiedpush
];
meta.mainProgram = "neochat";
}