2024-02-29 20:09:43 +00:00
|
|
|
{
|
|
|
|
mkKdeDerivation,
|
|
|
|
qtlocation,
|
|
|
|
qtwebview,
|
|
|
|
kunifiedpush,
|
|
|
|
}:
|
|
|
|
mkKdeDerivation {
|
|
|
|
pname = "neochat";
|
|
|
|
|
|
|
|
extraBuildInputs = [qtlocation qtwebview kunifiedpush];
|
2024-04-21 15:54:59 +00:00
|
|
|
meta.mainProgram = "neochat";
|
2024-02-29 20:09:43 +00:00
|
|
|
}
|