587713944a
GitOrigin-RevId: 6143fc5eeb9c4f00163267708e26191d1e918932
12 lines
199 B
Nix
12 lines
199 B
Nix
{
|
|
mkKdeDerivation,
|
|
qtlocation,
|
|
qtwebview,
|
|
kunifiedpush,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "neochat";
|
|
|
|
extraBuildInputs = [qtlocation qtwebview kunifiedpush];
|
|
meta.mainProgram = "neochat";
|
|
}
|