lol

emacsPackages.org-link-beautify: fix build (#371729)

authored by

adisbladis and committed by
GitHub
f808ba8a 83005af4

+1 -1
+1 -1
pkgs/applications/editors/emacs/elisp-packages/melpa-packages.nix
··· 1398 1398 org-gtd = ignoreCompilationError super.org-gtd; # elisp error 1399 1399 1400 1400 # needs newer org than the Eamcs 29.4 builtin one 1401 - org-link-beautify = addPackageRequires super.org-link-beautify [ self.org ]; 1401 + org-link-beautify = addPackageRequires super.org-link-beautify [ self.org self.qrencode ]; 1402 1402 1403 1403 # TODO report to upstream 1404 1404 org-kindle = addPackageRequires super.org-kindle [ self.dash ];