treewide: mkPackageOption -> mkPackageOptionMD
This commit is contained in:
parent
71df507159
commit
e04de5b308
53 changed files with 60 additions and 59 deletions
|
|
@ -27,7 +27,7 @@ in {
|
|||
options.programs.feh = {
|
||||
enable = mkEnableOption "feh - a fast and light image viewer";
|
||||
|
||||
package = mkPackageOption pkgs "feh" { };
|
||||
package = mkPackageOptionMD pkgs "feh" { };
|
||||
|
||||
buttons = mkOption {
|
||||
default = { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue