|
|
Line 4: |
Line 4: |
|
| |
|
| == Client == | | == Client == |
| Several versions of the Quassel client are available in Nixpkgs:
| | Previously, multiple builds of Quassel clients were provided in Nixpkgs. It is not the case anymore. |
|
| |
|
| ;<code>kde4.quasselClient</code>
| | The client is <code>quasselClient</code>. |
| ; based on Qt 4, with KDE 4 integration
| |
| ;<code>kde4.quasselClientWithoutKDE</code>
| |
| ; based on Qt 4, no KDE integration
| |
| ;<code>quasselClient_kf5</code>
| |
| ; based on Qt 5, with KDE 5 integration
| |
| ;<code>quasselClient_qt5</code>
| |
| ; based on Qt 5, no KDE integration
| |
| | |
| For KDE 4 users, kde4.quasselClient is recommended. For all other users, <code>quasselClient_kf5</code> is recommended. The client may be installed with <code>nix-env</code> or it may be added to the <syntaxhighlight lang="nix" inline>environment.systemPackages</syntaxhighlight> NixOS option.
| |
|
| |
|
| == Server == | | == Server == |