12 lines
167 B
Nix
12 lines
167 B
Nix
![]() |
{
|
||
|
mkKdeDerivation,
|
||
|
qtlocation,
|
||
|
qtwebview,
|
||
|
kunifiedpush,
|
||
|
}:
|
||
|
mkKdeDerivation {
|
||
|
pname = "neochat";
|
||
|
|
||
|
extraBuildInputs = [qtlocation qtwebview kunifiedpush];
|
||
|
}
|