emacsPackages.org-link-beautify: fix build

The needed dependency qrencode is missing from Package-Requires.
This commit is contained in:
Lin Jian
2025-01-07 16:58:53 +08:00
parent 83005af488
commit 2ba4838df6
@@ -1398,7 +1398,7 @@ let
org-gtd = ignoreCompilationError super.org-gtd; # elisp error
# needs newer org than the Eamcs 29.4 builtin one
org-link-beautify = addPackageRequires super.org-link-beautify [ self.org ];
org-link-beautify = addPackageRequires super.org-link-beautify [ self.org self.qrencode ];
# TODO report to upstream
org-kindle = addPackageRequires super.org-kindle [ self.dash ];