Merge pull request #22853 from kierdavis/fix-22677-quassel
Fix typo introduced by #22677
This commit is contained in:
commit
395182330c
@ -25,12 +25,12 @@ in
|
|||||||
|
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
type = types.package;
|
type = types.package;
|
||||||
default = pkgs.quasselDaemon_qt5;
|
default = pkgs.quasselDaemon;
|
||||||
defaultText = "pkgs.quasselDaemon_qt5";
|
defaultText = "pkgs.quasselDaemon";
|
||||||
description = ''
|
description = ''
|
||||||
The package of the quassel daemon.
|
The package of the quassel daemon.
|
||||||
'';
|
'';
|
||||||
example = literalExample "pkgs.quasselDaemon_qt5";
|
example = literalExample "pkgs.quasselDaemon";
|
||||||
};
|
};
|
||||||
|
|
||||||
interfaces = mkOption {
|
interfaces = mkOption {
|
||||||
|
Loading…
Reference in New Issue
Block a user