mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
nixos/testing: fix markdown link in enableOCR description
This commit is contained in:
parent
311cd0a3d8
commit
4afa9444ae
@ -139,7 +139,7 @@ in
|
||||
enableOCR = mkOption {
|
||||
description = ''
|
||||
Whether to enable Optical Character Recognition functionality for
|
||||
testing graphical programs. See [Machine objects](`ssec-machine-objects`).
|
||||
testing graphical programs. See [`Machine objects`](#ssec-machine-objects).
|
||||
'';
|
||||
type = types.bool;
|
||||
default = false;
|
||||
|
Loading…
Reference in New Issue
Block a user