about summary refs log tree commit diff
path: root/nixpkgs/pkgs/kde/gear/neochat/default.nix
blob: a45aa2c328fcac5dc4361ffc18bf5e37ac10db8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  mkKdeDerivation,
  qtlocation,
  qtwebview,
  kunifiedpush,
}:
mkKdeDerivation {
  pname = "neochat";

  extraBuildInputs = [qtlocation qtwebview kunifiedpush];
  meta.mainProgram = "neochat";
}