nixpkgs/pkgs/kde/gear/neochat/default.nix
2024-09-20 08:54:48 +03:00

17 lines
215 B
Nix

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