mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
Fix typo introduced by #22677
This commit is contained in:
parent
d4e5bb34b7
commit
5e3a26e07b
1 changed files with 3 additions and 3 deletions
|
@ -25,12 +25,12 @@ in
|
|||
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.quasselDaemon_qt5;
|
||||
defaultText = "pkgs.quasselDaemon_qt5";
|
||||
default = pkgs.quasselDaemon;
|
||||
defaultText = "pkgs.quasselDaemon";
|
||||
description = ''
|
||||
The package of the quassel daemon.
|
||||
'';
|
||||
example = literalExample "pkgs.quasselDaemon_qt5";
|
||||
example = literalExample "pkgs.quasselDaemon";
|
||||
};
|
||||
|
||||
interfaces = mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue